OpenIdConnect

coding script

How to use OpenId Connect

Reading Time: 3 minutes What is OpenId Connect? OpenId Connect is the layer that sits on top of OAuth2.0 that adds login and profile information about the person who is logged in. OpenID Connect enables scenarios where one login can be used across multiple applications, also known as single sign-on (SSO). For example, an application could support SSO with social networking services such as Facebook or Twitter so that Continue Reading