Reload the keys from the identity provider and disconnect clients

POST /v1/security/oidc/revoke

Explicitly revoke client tokens by flushing caches and disconnecting clients to ensure revoked tokens are not used.

Responses

  • 200

    Key reload successful

  • 500 application/json

    Key reload failed

    Hide response attribute Show response attribute object
    • error_message string
POST /v1/security/oidc/revoke
curl \
 --request POST 'http://localhost:9644/v1/security/oidc/revoke'
Response examples (500)
{
  "error_message": "string"
}