OAuth Server Config API
Get OAuth server config
Get the OAuth 2.0 authorization-server configuration for the application.
GET
Get OAuth server config
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
Examples:
"54e9ujn"
"fvua38g"
Previous
Create or update OAuth server configEnable and configure your application as an OAuth 2.0 authorization
server. The presence of the `registration.dcr` and
`registration.cimd` objects enables Dynamic Client Registration
(RFC 7591) and Client ID Metadata Documents respectively; omit one to
leave that mechanism disabled.
Next
Get OAuth server config