{
  "resource": "https://api.latitude.so",
  "authorization_servers": [
    "https://latitude.so"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "offline_access"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "issuer": "https://latitude.so",
  "authorization_endpoint": "https://console.latitude.so/api/auth/mcp/authorize",
  "token_endpoint": "https://console.latitude.so/api/auth/mcp/token",
  "userinfo_endpoint": "https://console.latitude.so/api/auth/mcp/userinfo",
  "jwks_uri": "https://console.latitude.so/api/auth/mcp/jwks",
  "registration_endpoint": "https://console.latitude.so/api/auth/mcp/register",
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "acr_values_supported": [
    "urn:mace:incommon:iap:silver",
    "urn:mace:incommon:iap:bronze"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "exp",
    "nbf",
    "iat",
    "jti",
    "email",
    "email_verified",
    "name"
  ],
  "agent_auth": {
    "skill": "https://latitude.so/auth.md",
    "register_uri": "https://console.latitude.so/api/auth/mcp/register",
    "claim_uri": "https://console.latitude.so/api/auth/mcp/authorize",
    "identity_endpoint": "https://console.latitude.so/api/auth/mcp/register",
    "claim_endpoint": "https://console.latitude.so/api/auth/mcp/authorize",
    "identity_types_supported": [
      "anonymous",
      "service_auth"
    ],
    "anonymous": {
      "credential_types_supported": [
        "access_token",
        "refresh_token"
      ]
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "verified_email"
      ],
      "credential_types_supported": [
        "access_token",
        "refresh_token"
      ]
    },
    "service_auth": {
      "credential_types_supported": [
        "access_token",
        "refresh_token"
      ]
    }
  }
}