{ "opencollection": "1.0.0", "info": { "name": "OpenID Connect Authentication Discovery API", "version": "1.0" }, "items": [ { "info": { "name": "Discovery", "type": "folder" }, "items": [ { "info": { "name": "OpenID Connect Discovery", "type": "http" }, "http": { "method": "GET", "url": "https://{issuer}/.well-known/openid-configuration" }, "docs": "Returns the OpenID Provider Configuration Information document, which contains metadata about the OpenID Provider including its issuer, supported endpoints, scopes, response types, and other capabilities." } ] } ], "bundled": true }