{
  "issuer": "https://www.steavenrichard.fr",
  "authorization_endpoint": "https://www.steavenrichard.fr/oauth/authorize",
  "token_endpoint": "https://www.steavenrichard.fr/oauth/token",
  "jwks_uri": "https://www.steavenrichard.fr/.well-known/jwks.json",
  "grant_types_supported": ["authorization_code"],
  "agent_auth": {
    "skill": "https://www.steavenrichard.fr/auth.md",
    "register_uri": "https://www.steavenrichard.fr/oauth/register",
    "claim_uri": "https://www.steavenrichard.fr/oauth/claims",
    "revocation_uri": "https://www.steavenrichard.fr/oauth/revoke",
    "identity_types_supported": ["anonymous"],
    "anonymous": {
      "credential_types_supported": ["none"]
    }
  }
}
