Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Doutbound_connection.hpp15 enum class AuthenticationType{ enum
30 NLOHMANN_JSON_SERIALIZE_ENUM(AuthenticationType, {
31 {AuthenticationType::Invalid, "Invalid"},
32 {AuthenticationType::MTLS, "MTLS"},
33 {AuthenticationType::JWT, "JWT"},
34 {AuthenticationType::None, "None"},
35 {AuthenticationType::OEM, "OEM"},
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ldap_utils.robot33 # 'AuthenticationType': 'UsernameAndPassword'
80 ... {'AuthenticationType': 'UsernameAndPassword',
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ldap_configuration.robot72 Verify LDAP Login With Correct AuthenticationType
73 [Documentation] Verify that LDAP Login with right AuthenticationType.
77 ... body={'${ldap_type}': {'Authentication': {'AuthenticationType':'UsernameAndPassword'}}}
84 Verify LDAP Config Update With Incorrect AuthenticationType
85 [Documentation] Verify that invalid AuthenticationType is not updated.
88 … ${body}= Catenate {'${ldap_type}': {'Authentication': {'AuthenticationType':'KerberosKeytab'}}}
258 ... {'AuthenticationType':'UsernameAndPassword', 'Username':
272 ... {'AuthenticationType':'UsernameAndPassword', 'Password':