Use this object to configure the EMA client authentication method.
...
Command Parameters
Parameter | Length/Range | Description |
---|
clientAuthMethod N/A | Use this parameter to select the EMA client authentication method. usernamePasswordOnly (defaullt) – Username/password authentication mode.pkiCertOnly – Password-less authentication mode in which the validation of a user is conducted through validation of the PKI Certificate rather than the standard form-based authentication.usernamePasswordOrPkiCert – This is a combination of the previous two modes. The user can login through PKI certificate. If the certificate is not provided, the user is offered username/password authentication mode.
|
...