Reload the keys from the identity provider

POST /v1/security/oidc/keys/cache_invalidate

Flush the JWK cache and force reload keys.

Responses

  • 200

    Keys reload successful

  • 500 application/json

    Keys reload failed

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