Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PDOIDC and version master

...

Table of Contents
maxLevel1

Overview

URLhttps://<userinfo-baseurl>/userinfo
Request

GET without any parameters

POST is not supported

CORS is not supported

AuthenticationAccess Token as Bearer Token in Authorization Header
Response
200OKJWT containing response elements
401UnathorizedBearer token is not accepted for any reason

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

ExampleSee below

...

ClaimExampleDescription
iss<userinfo-baseurl>Userinfo (TINFO) Resource Server
audoidc-testclientRequesting OIDC client

...