{
  "issuer": "https://auth.lunarwerx.com",
  "authorization_endpoint": "https://auth.lunarwerx.com/authorize",
  "token_endpoint": "https://auth.lunarwerx.com/token",
  "jwks_uri": "https://auth.lunarwerx.com/.well-known/jwks.json",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code"
  ],
  "id_token_signing_alg_values_supported": [
    "ES256"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "scopes_supported": [
    "identify",
    "guilds",
    "guilds.members.read",
    "email"
  ],
  "claims_supported": [
    "iss",
    "aud",
    "sub",
    "iat",
    "exp",
    "jti",
    "name",
    "preferred_username",
    "picture",
    "scope"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "service_documentation": "https://auth.lunarwerx.com/docs",
  "upstream_provider": "https://discord.com"
}