IAuthSsoUIWaitForSsoToken Method |
SSO Login is required.
Namespace: KeeperSecurity.Authentication.AsyncAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Task<bool> WaitForSsoToken(
ISsoTokenActionInfo actionInfo,
CancellationToken token
)
Parameters
- actionInfo ISsoTokenActionInfo
- token CancellationToken
- Cancellation token. Keeper SDK notifies the client successfully logged in with SSO.
Return Value
TaskBooleanAwaitable boolean result.
TrueTrue resume login,
False cancel.
Remarks
When this method is called client opens embedded web browser and navigates to URL specified in
actionInfo.SsoLoginUrl
then monitors embedded web browser navigation.
When it finds the page that contains
window.token object it passes this object to
actionInfo.InvokeSsoTokenActionSee Also