Skip to main content

Get the public keys of the configured JWT issuer.

GET 

https://localhost:8900/.well-known/jwks.json

Get the public keys of the configured JWT issuer.

Responses

The public keys of the configured JWT issuer.

Schema

    any

curl -L 'https://localhost:8900/.well-known/jwks.json' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://localhost:8900