Added backend lookup if shibboleth is enabled

This commit is contained in:
Julius Gruber
2019-06-25 13:10:19 +02:00
parent 14419ca567
commit 26f01d6f8f
10 changed files with 46 additions and 37 deletions

View File

@@ -57,11 +57,11 @@ export class AuthenticateAction implements Action {
}
/**
* ShibbLoginAction.
* @class ShibbLoginAction
* GetJWTafterShibbLoginAction.
* @class GetJWTafterShibbLoginAction
* @implements {Action}
*/
export class ShibbLoginAction implements Action {
export class GetJWTafterShibbLoginAction implements Action {
public type: string = AuthActionTypes.SHIBB_LOGIN;
}
@@ -380,7 +380,7 @@ export class SetRedirectUrlAction implements Action {
*/
export type AuthActions
= AuthenticateAction
| ShibbLoginAction
| GetJWTafterShibbLoginAction
| AuthenticatedAction
| AuthenticatedErrorAction
| AuthenticatedSuccessAction