{ "opencollection": "1.0.0", "info": { "name": "OpenID Connect Authentication UserInfo API", "version": "1.0" }, "items": [ { "info": { "name": "UserInfo", "type": "folder" }, "items": [ { "info": { "name": "UserInfo Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://{issuer}/userinfo", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns claims about the authenticated end-user. The caller must present a valid access token obtained through OIDC authentication. The claims returned depend on the scopes granted during authorization." }, { "info": { "name": "UserInfo Endpoint (POST)", "type": "http" }, "http": { "method": "POST", "url": "https://{issuer}/userinfo", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns claims about the authenticated end-user using a POST request. Functionally identical to the GET variant." } ] } ], "bundled": true }