Skip to content

JWKS

Request

Returns the signing key used to validate the signature of the authorization request (per OIDC spec)

curl -i -X GET \
  https://api.sbx.transmitsecurity.io/cis/oidc/jwks

Responses

Bodyapplication/json
keysArray of objects
Response
{ "keys": [ {} ] }