UserInfo request
The userinfo endpoint is used to return user information about the authenticated end-user as claims. It may contain claims not in the id_token. The user sends the userinfo request using either HTTP GET or HTTP POST. The access token obtained from an OpenID Connect authentication request must be sent as a bearer token.
-
API Call:
- GET
{baseURL}/oauth/userinfo - POST
{baseURL}/oauth/userinfo
- GET
-
Headers:
- Authorization: Bearer
- Accept: application/json