Get Keys
Use this API instead:
- /oidc/oauth2/jwks
Defines the public keys used to verify the authenticity of the JWT token.
Access Policy
Role | Access |
---|---|
Anonymous | ✔️ |
OK
{
"alg": "string",
"value": "string",
"issuer": "string",
"keys": [
{}
]
}
The algorithm associated with the public key.
The public key. Set in the case of pem
format.
The issuer of the JWTs issued by the Identity service against which to validate the iss claim.
The list of the currently valid public keys. Set in the case of jwks
format. The model of this property is a Map
of JsonWebKey
objects.
Unsupported Public Key format.
"PublicKeyResponse Object"
The algorithm associated with the public key.
The public key. Set in the case of pem
format.
The issuer of the JWTs issued by the Identity service against which to validate the iss claim.
The list of the currently valid public keys. Set in the case of jwks
format. The model of this property is a Map
of JsonWebKey
objects.
curl -H 'Authorization: <value>' https://{api_host}/csp/gateway/am/api/auth/keys