{
  "issuer": "https://www.toostamply.com",
  "authorization_endpoint": "https://www.toostamply.com/oauth/authorize",
  "token_endpoint": "https://www.toostamply.com/oauth/token",
  "jwks_uri": "https://www.toostamply.com/.well-known/jwks.json",
  "registration_endpoint": "https://www.toostamply.com/oauth/register",
  "introspection_endpoint": "https://www.toostamply.com/oauth/introspect",
  "revocation_endpoint": "https://www.toostamply.com/oauth/revoke",
  "scopes_supported": ["openid", "profile", "email", "tools:read", "tools:use"],
  "response_types_supported": ["code", "token"],
  "response_modes_supported": ["query", "fragment"],
  "grant_types_supported": ["authorization_code", "refresh_token", "client_credentials"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "none"],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://www.toostamply.com/llms-full.txt"
}
