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.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”External token refresh configuration response.
Media type application/json
object
config
required
object
enabled
required
boolean
refreshThresholdSeconds
required
integer
batchSize
required
integer
scheduledTenantBatchSize
required
integer
piiShardPageSize
required
integer
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"}