Skip to content

Get external token refresh configuration.

GET
/api/admin/external-token-refresh/config
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/external-token-refresh/config \
--header 'Authorization: Bearer <token>'

Reads token refresh configuration from the External IdP Bridge. When the bridge is not configured, returns the default configuration and runtime_status: bridge_not_configured.

External token refresh configuration response.

Media type application/json
object
config
required
object
key
additional properties
runtime_status
string
key
additional properties
Example generated
{
"config": {
"additionalProperty": "example"
},
"runtime_status": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}