OpenID Connect: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:


* [[Security_Concepts#Authentication_Protocols|Security Concepts]]
* [[Security_Concepts#Authentication_Protocols|Security Concepts]]
* [[OAuth_2.0_Concepts#OpenID_Connect|OAuth 2.0 Concepts]]


=Overview=
=Overview=


OpenID Connect (OIDC) is an authentication layer on top of [[OAuth 2.0|OAuth 2.0]] authorization framework. The standard is controlled by the OpenID Foundation. The standard addresses web browser single sing-on (SSO). Other standards such as [[SAML#Overview|SAML]] address the same use case.
OpenID Connect (OIDC) is an authentication protocol built as a layer on top of [[OAuth 2.0|OAuth 2.0]] authorization framework. The standard is controlled by the OpenID Foundation. The standard addresses web browser single sing-on (SSO). Other standards such as [[SAML#Overview|SAML]] address the same use case.

Latest revision as of 05:14, 16 May 2019

External

Internal

Overview

OpenID Connect (OIDC) is an authentication protocol built as a layer on top of OAuth 2.0 authorization framework. The standard is controlled by the OpenID Foundation. The standard addresses web browser single sing-on (SSO). Other standards such as SAML address the same use case.