Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PDOIDC and version Moscow_OIDC
URLhttps://<tinfo-userinfo-baseurl>/userinfo
Request

GET without any parameters

POST is not supported

AuthenticationAccess Token as Bearer Token in Authorization Header
Success responseResponse
200OK
with 401 Unauthorized with standard error response if the bearer
JWT containing response elements
401
Error response
UnathorizedBearer token is not accepted for any reason

Error responses contains further information on the reason according to standard.

ExampleSee below

This method provides additional information about an end user beyond what is contained in the ID Token. The end user in question is given by the sub value contained in the access token. The implementation of userinfo is according to the OpenID Connect  standard.

...