Sponsored Links
-->

Senin, 04 Juni 2018

OpenID Connect & OAuth - Demystifying Cloud Identity
src: res.infoq.com

OpenID Connect (OIDC) is an authentication layer on top of OAuth 2.0, an authorization framework. The standard is controlled by the OpenID Foundation.


Video OpenID Connect



Description

OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol, which allows computing clients to verify the identity of an end-user based on the authentication performed by an authorization server, as well as to obtain basic profile information about the end-user in an interoperable and REST-like manner. In technical terms, OpenID Connect specifies a RESTful HTTP API, using JSON as a data format.

OpenID Connect allows a range of clients, including Web-based, mobile, and JavaScript clients, to request and receive information about authenticated sessions and end-users. The specification suite is extensible, supporting optional features such as encryption of identity data, discovery of OpenID Providers, and session management.


Maps OpenID Connect



Adoption

Organizations that have started to use OpenID Connect include Auth0, ForgeRock, Gigya, 10Duke, Amazon, Steam, Centrify, the Chilean government, Deutsche Telekom, Google, IBM, Janrain, Microsoft, Okta, OneLogin, Ping Identity, Salesforce, The Nomura Research Institute of Japan, VMware, General Electric, i-Sprint Innovations, and the Norwegian government.


Google OpenID Connect for applications on WebSphere Liberty - YouTube
src: i.ytimg.com


See also

  • OAuth
  • Authorization
  • OpenID
  • SAML 2.0
  • WebFinger
  • WebID

Financial Grade OAuth and OpenID Connect
src: res.infoq.com


References


Course Preview: Securing ASP.NET Core with OAuth2 and OpenID ...
src: i.ytimg.com


External links

  • Official website
  • OpenID Connect Playground

Source of article : Wikipedia