{
  "issuer": "https://mathieu-drouet.com",
  "authorization_endpoint": "https://mathieu-drouet.com/oauth/authorize",
  "token_endpoint": "https://mathieu-drouet.com/oauth/token",
  "userinfo_endpoint": "https://mathieu-drouet.com/oauth/userinfo",
  "jwks_uri": "https://mathieu-drouet.com/.well-known/jwks.json",
  "registration_endpoint": "https://mathieu-drouet.com/oauth/register",
  "scopes_supported": ["openid", "profile", "read", "search"],
  "response_types_supported": ["code", "id_token", "code id_token"],
  "response_modes_supported": ["query", "fragment"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_basic", "client_secret_post"],
  "code_challenge_methods_supported": ["S256"],
  "claims_supported": ["sub", "iss", "aud", "exp", "iat", "name", "preferred_username"],
  "service_documentation": "https://mathieu-drouet.com/llms.txt",
  "ui_locales_supported": ["en", "fr", "es", "ko", "ja"]
}
