chauthmultifactorverify
Use the chauthmultifactorverify command to change the system-wide IBM Security Verify multifactor authentication configuration.
Syntax
Parameters
- -enable
- (Optional) Specifies the enablement of the multifactor authentication service.
- -disable
- (Optional) Specifies the disablement of the multifactor authentication service. This parameter is mutually exclusive with -enable, -failmode, -hostname, -port, -openidclientid, -openidclientsecret, -cliclientid, -cliclientsecret.
- -failmode
- (Optional) Specifies the system behavior for the user logins when the MFA server is unavailable.
Value can be insecure or secure
- A failmode of secure means login to MFA-enabled users will fail if the server is unavailable.
- A failmode of insecure means logins to MFA-enabled users will succeed if the server is unavailable.
- -hostname host_name
- (Optional) Specifies the hostname of the IBM Security Verify tenant. It must consist of a string up to 255 printable ASCII characters.
- -port port
- (Optional) Specifies the port number of the IBM Security Verify tenant. The value must be an integer 1-65535.
- -openidclientid openid_client_id
- (Optional) Specifies the IBM Security Verify OpenID Connect client ID for the system. It is required to enable the multifactor authentication for login to the Spectrum Virtualize GUI. It must consist of a string up to 64 printable ASCII characters.
- -openidclientsecret openid_client_secret
- (Optional) Specifies the IBM Security Verify OpenID Connect client secret of the system. It must consist of a string up to 64 printable ASCII characters.
- -cliclientid cli_client_id
- (Optional) Specifies the IBM Security Verify CLI client ID for the system. It is required to enable the multifactor authentication for login to the Spectrum Virtualize CLI. It must consist of a string up to 64 printable ASCII characters.
- -cliclientsecret cli_client_secret
- (Optional) Specifies the IBM Security Verify CLI client secret key of the system. It must consist of a string up to 64 printable ASCII characters.
An invocation example
chauthmultifactorverify -hostname xxxxx.xxxxxx.ibm.com -openidclientid
xxxxxxx-xxxxx-xxxx-xxxxx-xxxxx -openidclientsecret xxxxxx -cliclientid
xxxxxxx-xxxxx-xxxxx-xxx-xxxx -cliclientsecret xxxxxxx -enable
The resulting output:
No feedback.