Home
last modified time | relevance | path

Searched refs:respondToUnauthenticatedClients (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1495 bool respondToUnauthenticatedClients) in handleRespondToUnauthenticatedClientsPatch() argument
1507 respondToUnauthenticatedClients); in handleRespondToUnauthenticatedClientsPatch()
1516 authMethodsConfig.tlsStrict = !respondToUnauthenticatedClients; in handleRespondToUnauthenticatedClientsPatch()
1539 std::optional<bool> respondToUnauthenticatedClients; in handleAccountServicePatch() local
1559 …ultiFactorAuth/ClientCertificate/RespondToUnauthenticatedClients", respondToUnauthenticatedClients, in handleAccountServicePatch()
1599 if (respondToUnauthenticatedClients) in handleAccountServicePatch()
1602 app, req, asyncResp->res, *respondToUnauthenticatedClients); in handleAccountServicePatch()