{
  "issuer": "https://id.naasson.com",
  "authorization_endpoint": "https://id.naasson.com/authorize",
  "token_endpoint": "https://api.id.naasson.com/v1/token",
  "userinfo_endpoint": "https://api.id.naasson.com/v1/userinfo",
  "jwks_uri": "https://api.id.naasson.com/.well-known/jwks.json",
  "response_types_supported": ["code"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "scopes_supported": ["openid", "email", "profile"],
  "token_endpoint_auth_methods_supported": ["client_secret_post"],
  "code_challenge_methods_supported": ["S256"]
}
