UserInfo by Access Token
GET/service/oidc/:OIDCAppName/userinfo
Use this endpoint to obtain claims for a given user.
A client requests the UserInfo endpoint using an access token as the credential that must be obtained through OpenID Connect authentication. The claims for the user represented by the access token are returned as a JWT. Since the UserInfo endpoint is an OAuth 2.0 protected resource, the access token is required to access it.
Note:
1. If the Signed User Info field is checked in the Federated SSO - OpenID Connect configuration in the LoginRadius Admin Console, then the user info is returned as a signed JWT Token otherwise, in JSON format.
2. You can also call this endpoint via the POST HTTP method. If the access token is passed as a Bearer token in the POST request, the Content-Type header must be set to application/x-www-form-urlencoded.
Request
Responses
- 200
Successful response