Humanode OAuth 2 Service Documentation
  • Overview
  • Guides
    • Quick start
    • Advanced Techniques
  • Environments
    • Staging Environment
    • Going Production
  • OAuth 2
    • What is OAuth 2?
    • Authorization Server
    • OAuth 2 Client
    • OpenID Connect
  • The OAuth 2.0 Authorization Framework
  • OpenID Connect
  • JSON Web Tokens
Powered by GitBook
On this page
  • OpenID scope
  • More features
  1. OAuth 2

OpenID Connect

PreviousOAuth 2 Client

Last updated 2 years ago

is an identity layer on top of the OAuth 2.0 protocol.

While OAuth 2 is usable for authorization only, OpenID Connect extends it and allows clients to verify the identity of the resource owner.

OpenID scope

All authorization requests that wants to use OpenID Connect must use openid scope.

For such request the client should allow the scope too.

Access Token with openid scope can be used to verify the resource owner.

More features

OpenID Connect has more features that just standart scope, such as Discovery endpoint for clients to recieve all needed information about authorization server.

OpenID Connect