curl --location --request GET 'http://localhost:8000//.well-known/openid-configuration'
{ "issuer": "https://api.example.com/auth", "jwks_uri": "https://api.example.com/auth/jwt/jwks.json" }