Issue UserInfo Response
This API generates an ID token.
Path parameters
A service ID.
Request body
The access token that has been passed to the userinfo endpoint by the client application. In other words, the access token which was contained in the userinfo request.
Claims in JSON format. As for the format, see OpenID Connect Core 1.0, 5.1. Standard Claims.
The value of the sub claim. If the value of this request parameter is not empty, it is used as the value of the sub claim. Otherwise, the value of the subject associated with the access token is used.
Claim key-value pairs that are used to compute transformed claims.
The Signature header value from the request.
Values of verified claims requested indirectly by "transformed claims".
Response
User info issued successfully
The code which represents the result of the API call.
A short message which explains the result of the API call.
The next action that the authorization server implementation should take.
The content that the authorization server implementation can use as the value of WWW-Authenticate header on errors.
The signature header of the response message.
The signature-input header of the response message
The content-digest header of the response message