Skip to main content
PUT
Create or update OAuth server config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appID
string
required

The id of the app the request refers to. An application's unique identifier.

Examples:

"54e9ujn"

"fvua38g"

Body

application/json
default_provider_url
string
required

Origin of your login UI. The server redirects the browser to <default_provider_url>/sign-in from /authorize and to <default_provider_url>/oauth/consent after login. Must be an absolute http(s) URL.

Example:

"https://auth.example.com"

registration
object
required

How third-party clients come to exist, and the settings they share.

Response

OK

default_provider_url
string
required
Example:

"https://auth.example.com"

registration
object
required

How third-party clients come to exist, and the settings they share.

updated_at
integer<int64>
required

Unix timestamp (seconds) of the last update.

Example:

1718000000