{
  "issuer": "https://www.alpha1-france.org",
  "authorization_endpoint": "https://www.alpha1-france.org/oauth/authorize",
  "token_endpoint": "https://www.alpha1-france.org/oauth/token",
  "jwks_uri": "https://www.alpha1-france.org/.well-known/jwks.json",
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "code_challenge_methods_supported": ["S256"],
  "bearer_methods_supported": ["header"],
  "resource_documentation": "https://www.alpha1-france.org/auth.md",
  "agent_auth": {
    "skill": "https://www.alpha1-france.org/auth.md",
    "register_uri": "https://www.alpha1-france.org/oauth/register",
    "claim_uri": "https://www.alpha1-france.org/oauth/claims",
    "revocation_uri": "https://www.alpha1-france.org/oauth/revoke",
    "identity_types_supported": ["anonymous"],
    "anonymous": {
      "credential_types_supported": ["none"]
    }
  }
}
