{
  "issuer": "https://radardetrenes.com",
  "resource": "https://radardetrenes.com/api/v1",
  "authorization_servers": ["https://radardetrenes.com"],
  "authorization_endpoint": "https://radardetrenes.com/oauth/authorize",
  "token_endpoint": "https://radardetrenes.com/oauth/token",
  "revocation_endpoint": "https://radardetrenes.com/oauth/revoke",
  "jwks_uri": "https://radardetrenes.com/.well-known/jwks.json",
  "grant_types_supported": [
    "authorization_code",
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:workos:agent-auth:grant-type:claim"
  ],
  "response_types_supported": ["code"],
  "scopes_supported": ["read:trains", "read:stations"],
  "bearer_methods_supported": ["header"],
  "token_endpoint_auth_methods_supported": ["none"],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://radardetrenes.com/llms-full.txt",
  "agent_auth": {
    "skill": "https://radardetrenes.com/auth.md",
    "register_uri": "https://radardetrenes.com/agent/auth",
    "claim_uri": "https://radardetrenes.com/agent/auth/claim",
    "revocation_uri": "https://radardetrenes.com/agent/auth/revoke",
    "identity_types_supported": ["anonymous", "identity_assertion"],
    "anonymous": {
      "credential_types_supported": ["access_token"]
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ],
      "credential_types_supported": ["access_token"]
    },
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}
