The API object for the external provider.
The IDM options for the external provider.
The session object for the external provider.
Optional
sessionOptional handler function for when the session is loaded.
Handles the authentication response from the server.
The response object from the server.
Optional
username: stringThe username for the authentication.
Optional
isRenewal: booleanFlag indicating if the authentication is a renewal.
Optional
isLocalAuthentication: booleanFlag 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