{
  "issuer": "https://agentready-travel.agreatorganization.com",
  "authorization_endpoint": "https://agentready-travel.agreatorganization.com/oauth/authorize",
  "token_endpoint": "https://agentready-travel.agreatorganization.com/oauth/token",
  "registration_endpoint": "https://agentready-travel.agreatorganization.com/oauth/register",
  "jwks_uri": "https://agentready-travel.agreatorganization.com/.well-known/jwks.json",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_basic"
  ],
  "scopes_supported": [
    "mcp.read",
    "mcp.book",
    "openid",
    "profile"
  ],
  "agent_auth": {
    "version": "0.1",
    "documentation": "https://agentready-travel.agreatorganization.com/auth.md",
    "protected_resource": "https://agentready-travel.agreatorganization.com/mcp",
    "protected_resource_metadata": "https://agentready-travel.agreatorganization.com/.well-known/oauth-protected-resource",
    "registration": {
      "type": "dynamic_client_registration",
      "rfc": "RFC7591",
      "endpoint": "https://agentready-travel.agreatorganization.com/oauth/register",
      "token_endpoint_auth_methods": [
        "none"
      ]
    },
    "authorization": {
      "flow": "authorization_code",
      "pkce": "S256",
      "authorization_endpoint": "https://agentready-travel.agreatorganization.com/oauth/authorize",
      "token_endpoint": "https://agentready-travel.agreatorganization.com/oauth/token"
    },
    "scopes_supported": [
      "mcp.read",
      "mcp.book"
    ]
  }
}