Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_user_account.robot742 [Teardown] Configure AuthMethods ${auth_method}=${initial_value}
749 Get AuthMethods Default Values ${auth_method}
752 Configure AuthMethods ${auth_method}=${TRUE}
760 Configure AuthMethods ${auth_method}=${FALSE}
767 Configure AuthMethods
774 # Usage Example Configure AuthMethods XToken=${TRUE} BasicAuth=${TRUE}
778 ${openbmc}= Create Dictionary AuthMethods=${authmethods}
812 Get AuthMethods Default Values
820 # Usage Example Get AuthMethods Default Values BasicAuth
828 # "AuthMethods": {
[all …]
/openbmc/bmcweb/
H A DRedfish.md69 - Oem/OpenBMC/AuthMethods/BasicAuth
70 - Oem/OpenBMC/AuthMethods/Cookie
71 - Oem/OpenBMC/AuthMethods/SessionToken
72 - Oem/OpenBMC/AuthMethods/TLS
73 - Oem/OpenBMC/AuthMethods/XToken
/openbmc/docs/security/
H A DTLS-configuration.md406 and verify that the attribute `Oem->OpenBMC->AuthMethods->TLS` is set to true.
411 …ATCH -H "Content-Type: application/json" --data '{"Oem": {"OpenBMC": {"AuthMethods": { "TLS": true…
417 …ATCH -H "Content-Type: application/json" --data '{"Oem": {"OpenBMC": {"AuthMethods": { "TLS": fals…
422 are available under attribute `Oem->OpenBMC->AuthMethods` of the
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp853 struct AuthMethods struct
864 const AuthMethods& auth) in handleAuthMethodsPatch()
1574 AuthMethods auth; in handleAccountServicePatch()