{
  "issuer": "https://mathieu-drouet.com",
  "authorization_endpoint": "https://mathieu-drouet.com/oauth/authorize",
  "token_endpoint": "https://mathieu-drouet.com/oauth/token",
  "jwks_uri": "https://mathieu-drouet.com/.well-known/jwks.json",
  "registration_endpoint": "https://mathieu-drouet.com/oauth/register",
  "scopes_supported": ["read", "search"],
  "response_types_supported": ["code"],
  "response_modes_supported": ["query"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_basic", "client_secret_post"],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://mathieu-drouet.com/llms.txt",
  "ui_locales_supported": ["en", "fr", "es", "ko", "ja"],
  "op_policy_uri": "https://mathieu-drouet.com/legal",
  "op_tos_uri": "https://mathieu-drouet.com/usage"
}
