How to use the OpenID Connect Demo
Before you can use this demo, you'll need an account on the identity provider. A demo account can be created at the identity provider, after which you will be able to sign in here.
After consent and returning to this app, you'll see a verification message identifying what algorithm was used to verify the ID Token exchanged. Mostly meaningless to you, except to communicate that it verified without having to use a token introspection endpoint.
OpenID Connect is an interoperable authentication protocol based on the OAuth 2.0 framework of specifications (IETF RFC 6749 and 6750). It simplifies the way to verify the identity of users based on the authentication performed by an Authorization Server and to obtain user profile information in an interoperable and REST-like manner.