Skip to content

Get JSON Web Key Set for token validation

GET
/api/v1/auth/.well-known/jwks.json
curl --request GET \
--url https://localhost:8080/api/v1/auth/.well-known/jwks.json

Return the public JWKS used by relying services to validate enriched tokens issued by the auth service

JWKS response

Media type application/json
object
keys
Array
Example generated
{
"keys": [
"example"
]
}