UserInfo Service: Overview
Provides operations associated with the UserInfo Endpoint.
The UserInfo endpoint is "an OAuth 2.0 Protected Resource that returns Claims about the authenticated End-User."
For more information, refer to the OpenID Connect specification: http://openid.net/specs/openid-connect-core-1_0.html#UserInfo.
URL: https://{oauth-provider-url}/oauth/userinfo
Action | Endpoint | Description |
---|---|---|
get authenticated user info (GET) | GET /oauth/userinfo | Returns information about the authenticated user. Uses HTTP GET. |
get authenticated user info (POST) | POST /oauth/userinfo | Returns information about the authenticated user. Uses HTTP POST. |