Returns the JWT signing keys currently and previously employed by Agent IAM

GET {{baseUrl}}/oauth/token_keys

Returns all valid JWT signing keys which can be used to verify JWTs (Bearer, RAT, IAT) issued by AgentIAM. The first key corresponds to the currently employed one, all others have been used in the past. The kid JWT claim allows to identify the signing key to be used. This endpoint conforms with RFC 7517 and RFC 7518 and endpoints output can be parsed as stated in the above mentioned RFCs.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"keys":[{"e":"irure","n":"enim amet anim","kty":"RSA","kid":"ea","alg":"iru","use":"minim sed in","value":"exerci"},{"e":"anim","n":"eiusmod culpa id incididunt","kty":"RSA","kid":"commodo","alg":"in ea ipsum laborum","use":"magna sit","value":"ex velit sunt in"}]}