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