{
  "issuer": "https://asesoriasem.com",
  "authorization_endpoint": "https://asesoriasem.com/api/oauth/authorize",
  "token_endpoint": "https://asesoriasem.com/api/oauth/token",
  "revocation_endpoint": "https://asesoriasem.com/api/oauth/revoke-agent",
  "jwks_uri": "https://asesoriasem.com/.well-known/jwks.json",
  "response_types_supported": [
    "code",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:jwt-bearer"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "scopes_supported": [
    "read:properties",
    "write:leads",
    "read:faq"
  ],
  "service_documentation": "https://asesoriasem.com/llms-full.txt",
  "resource": "https://asesoriasem.com/api",
  "authorization_servers": [
    "https://asesoriasem.com"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "agent_auth": {
    "skill": "https://asesoriasem.com/auth.md",
    "identity_endpoint": "https://asesoriasem.com/api/oauth/register-agent",
    "claim_endpoint": "https://asesoriasem.com/api/oauth/claim-agent",
    "events_endpoint": "https://asesoriasem.com/api/oauth/events",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion",
      "service_auth"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag"
      ]
    },
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}
