{
  "issuer": "https://www.wiqana.com",
  "authorization_endpoint": "https://www.wiqana.com/agent-auth/request",
  "token_endpoint": "https://www.wiqana.com/agent-auth/token",
  "registration_endpoint": "https://www.wiqana.com/agent-auth/register",
  "register_uri": "https://www.wiqana.com/agent-auth/register",
  "claim_uri": "https://www.wiqana.com/agent-auth/claim",
  "revocation_uri": "https://www.wiqana.com/agent-auth/revoke",
  "identity_types_supported": [
    "human",
    "service",
    "agent"
  ],
  "credential_types_supported": [
    "oauth2",
    "signed-claim"
  ],
  "agent_auth": {
    "skill": "https://www.wiqana.com/.well-known/agent-skills.json",
    "auth_md": "https://www.wiqana.com/auth.md"
  }
}