Get the JSON Web Key Set used to verify ID token signatures
get
Responses
200
JSON Web Key Set.
application/json
objectOptional
500
Unable to build key set.
application/json
get/api/v1/oauth/discovery/keys
GET /api/v1/oauth/discovery/keys HTTP/1.1
Accept: */*
{
"keys": [
{
"alg": "RS256",
"e": "AQAB",
"kid": "defguard",
"kty": "RSA",
"n": "0vx7ago...",
"use": "sig"
}
]
}PreviousFinish the OAuth2 authorization flow after user consentNextExchange an authorization code or a refresh token for tokens
Last updated
Was this helpful?