src/api/openid_connect.ts
Methods |
Abstract login | ||||||||
login(details: OpenIdConnectLoginDetails)
|
||||||||
Attempts to login using OpenId Connect. If successful, the result indicates the location to redirect to. This call may fail if OpenId Connect is not supported or if the provided redirect URL is not whitelisted, in which case an error will be emitted.
Parameters :
Returns :
Observable<OpenIdConnectLoginResult>
|
Abstract verify | ||||||||
verify(details: OpenIdConnectCallbackDetails)
|
||||||||
Verifies the result of a login attempt. This needs to be called from the page that the OpenId provider redirects to once the login request completes.
Parameters :
Returns :
Observable<void>
|