Update external token refresh configuration.
PUT
/api/admin/external-token-refresh/config
Code sample: Shell / cURL
curl --request PUT \ --url https://auth.example.com/api/admin/external-token-refresh/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "enabled": true, "interval_minutes": 15, "batch_size": 100 }'Forwards token refresh configuration updates to the External IdP Bridge. If the bridge binding is missing, returns service unavailable.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ” Media type application/json
Configuration body forwarded to the External IdP Bridge token refresh endpoint.
object
key
additional properties
Example
{ "enabled": true, "interval_minutes": 15, "batch_size": 100}Responses
Section titled “ Responses ”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"}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"}