WorkAdventure implement OpenID SSO protocol. OpenID is a protocol designed for user authentication. OpenID is a standard added on the top of Oauth 2.0 Authorization Protocol framework which adds ID…
WorkAdventure implement OpenID SSO protocol. OpenID is a protocol designed for user authentication. OpenID is a standard added on the top of Oauth 2.0 (Authorization Protocol) framework which adds ID Token to access token in OAuth 2.0. OAuth and OpenID both act as Single Sign-On (SSO) standards.
OpenID Connect will redirect a user to an identity provider (IdP) to check the user’s identity, either by looking for an active session i.e Single Sign-On (SSO) or by asking the user to authenticate.
Contact us if you need more information or if you want implement SSO authentication for your WorkAdventure virtual space!