{
  "issuer": "https://iaxion.cl",
  "authorization_endpoint": "https://iaxion.cl/oauth/authorize",
  "token_endpoint": "https://iaxion.cl/oauth/token",
  "jwks_uri": "https://iaxion.cl/.well-known/jwks.json",
  "registration_endpoint": "https://iaxion.cl/auth/agent-register",
  "scopes_supported": [
    "agent:read",
    "agent:write",
    "diagnostic:create",
    "contact:submit"
  ],
  "response_types_supported": [
    "code",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "service_documentation": "https://iaxion.cl/auth.md",
  "agent_auth": {
    "skill": "https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md",
    "register_uri": "https://iaxion.cl/auth/agent-register",
    "identity_types_supported": [
      "identity_assertion",
      "anonymous"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ],
      "credential_types_supported": [
        "bearer_token",
        "api_key"
      ]
    },
    "anonymous": {
      "credential_types_supported": [
        "api_key"
      ]
    },
    "claim_uri": "https://iaxion.cl/auth/agent-claim",
    "revocation_uri": "https://iaxion.cl/oauth/revoke",
    "events_supported": [
      "revocation"
    ]
  }
}
