The API object for the external provider.
The IDM options for the external provider.
The session object for the external provider.
OptionalsessionOptional handler function for when the session is loaded.
Handles the authentication response from the server.
The response object from the server.
Optionalusername: string
The username for the authentication.
OptionalisRenewal: boolean
Flag indicating if the authentication is a renewal.
OptionalisLocalAuthentication: boolean
Flag indicating if the authentication is local.
A Promise that resolves with the authentication response.
Interface representing an external provider datasource. ExternalProviderDatasource
Method
handleAuthenticationResponse - Handles the authentication response from the external provider.
Param: resp
The response object from the authentication.
Param: username
The username for the authentication.
Param: is