{ "opencollection": "1.0.0", "info": { "name": "Fence OpenAPI Specification admin/ user API", "version": "0.1.0" }, "items": [ { "info": { "name": "user", "type": "folder" }, "items": [ { "info": { "name": "Return info about the current user", "type": "http" }, "http": { "method": "GET", "url": "https://example.domain/user", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "**IMPORTANT NOTE**: These docs are provided as a courtesy but do _NOT_ include the entirety of the OIDC Standard simply because of its length and complexity.\nPlease [refer to the standard](https://openid.net/specs/openid-connect-core-1_0.html) for complete details." } ] } ], "bundled": true }