Skip to content

Commit

Permalink
SSO doc update (logout).
Browse files Browse the repository at this point in the history
  • Loading branch information
tal-mi committed Dec 14, 2023
1 parent 5263907 commit 05be2db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GigyaSwift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,11 @@ gigya.sso(viewController: self, params: [“rp_context”: [“context_key”:
}
```

**Note:**
When using mobile SSO (single sign-on using the central login page), logging out using the SDK's logout method will only log the user out of the current API key used.
The user will not be logged out of the other group sites.


## FIDO/WebAuthn Authentication
FIDO is a passwordless authentication method that enables password-only logins to be replaced with secure and fast login experiences across websites and apps.
Our SDK provides an interface to register a passkey, login, and revoke passkeys created using Fido/Passkeys, backed by our WebAuthn service.
Expand Down

0 comments on commit 05be2db

Please sign in to comment.