UserInfo

  • The UserInfo endpoint returns authorized information (claims) about the end-user represented by the corresponding authorization grant.
  • To obtain the requested claims about the End-User, the client requests to the UserInfo Endpoint using an Access Token obtained through OpenID Connect Authentication.
  • The claims are represented as JSON objects containing a collection of key-value pairs.
  • Standard or additional claims can be added to the userinfo response. Please refer claims for more information
  • Language
    Authorization
    Bearer
    JWT
    URL
    Click Try It! to start a request and see the response here!