Reload the keys from the identity provider and disconnect clients
Explicitly revoke client tokens by flushing caches and disconnecting clients to ensure revoked tokens are not used.
POST
/v1/security/oidc/revoke
curl \
--request POST 'http://localhost:9644/v1/security/oidc/revoke'
Response examples (500)
{
"error_message": "string"
}