Concept
OpenID Connect 0
OpenID Connect is an identity layer on top of the OAuth 2.0 protocol that allows clients to verify the identity of an end-user based on the authentication performed by an authorization server. It provides a simple, RESTful HTTP API and uses JSON Web Tokens (JWTs) to convey identity information securely.
Relevant Degrees