Understanding the basics of OIDC
Last updated
Last updated
(OIDC) is a simple identity layer on top of the OAuth 2.0 protocol. It
Allows clients to verify the identity of the end user based on the authentication performed by an Authorization Server
Allows clients to obtain basic profile information about the end user in an interoperable and REST-like manner
Allows clients of all types, including Web-based, mobile, and JavaScript clients, to request and receive information about authenticated sessions and end-users
There are several actors involved in the Open ID Connect protocol. The following sections will detail each actor involved in the communication.
Here are some additional resources for learning more about OAuth 2.0 and OIDC: