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
enabled
required
boolean
refreshThresholdSeconds
required
integer
>= 1
batchSize
required
integer
>= 1 <= 1000
scheduledTenantBatchSize
required
integer
>= 1 <= 100
piiShardPageSize
required
integer
>= 1 <= 32
key
additional properties
runtime_status
string
key
additional properties
Example generated
{
"config": {
"enabled": true,
"refreshThresholdSeconds": 1,
"batchSize": 1,
"scheduledTenantBatchSize": 1,
"piiShardPageSize": 1
},
"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"
}