mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Separate ldap and mock auth endpoints for potentially increased loadbalancer friendliness.
This commit is contained in:
parent
8a4f424d75
commit
7da3c91289
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ define(['./module'], function(mod) {
|
|||
, password: $scope.signin.password.$modelValue
|
||||
}
|
||||
$scope.invalid = false
|
||||
$http.post('/api/v1/auth', data)
|
||||
$http.post('/api/v1/auth/ldap', data)
|
||||
.success(function(response) {
|
||||
$scope.error = null
|
||||
location.replace(response.redirect)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue