Changing MFA credentials of system
You can change multifactor authentication credentials for the system with the management GUI or command-line interface (CLI).
If credentials are updated on the multifactor authentication provider, these new credentials must be changed on the system. If the credentials are not updated on the system, the system cannot communicate with the authentication providers and user cannot be authenticated to access the system.
Using the management GUI
To update multifactor authentication credentials on the system, complete these steps:
- Select .
- Select the Authentication provider to change the credentials.
- In Authentication server enter the correct host name and port number.
- For changing credentials for IBM® Security Verify on Storage Virtualize GUI, enter the new Client ID and Client secret under the OpenID Credentials heading.
- For changing credentials for IBM Security Verify on Storage Virtualize CLI, enter the new Client ID and Client secret under the API Client Credentials heading.
- For changing credentials for Duo Security on Storage Virtualize GUI, enter the new Client ID and Client secret under the OpenID Credentials heading.
- For changing credentials for Duo Security on Storage Virtualize CLI, enter the new Integration key and Secret key under the API Client Credentials heading.
- Click Save.
Using the command-line interface
- Use the command chauthmultifactorverify to change the credentials for IBM Security Verify. By running the following command you can
change the credentials.
where openid_client_id specifies the IBM Security Verify OpenID Connect client ID for the system. It is required to enable the multifactor authentication (MFA) for login to the Storage Virtualize GUI. The openid_client_secret specifies the IBM Security Verify OpenID Connect client secret for the system. The cli_client_id specifies the IBM Security Verify CLI client ID for the system. It is required to enable the multifactor authentication (MFA) for login to the Storage Virtualize CLI. The cli_client_secret specifies the IBM Security Verify CLI client secret for the system.chauthmultifactorverify -openidclientid openid_client_id -openidclientsecret openid_client_secret -cliclientid cli_client_id -cliclientsecret cli_client_secret - Use the command chauthmultifactorduo to change the
credentials for Duo Security. By
running the following command you can change the credentials.
where openid_client_id specifies the Duo Security OpenID Connect client ID for the system. It is required to enable the multifactor authentication (MFA) for login to the Storage Virtualize GUI. The openid_client_secret specifies the Duo Security OpenID Connect client secret for the system. The integration_key specifies the Duo Security CLI integration key for the system. It is required to enable the multifactor authentication (MFA) for login to the Storage Virtualize CLI. The secret_key specifies the Duo Security CLI secret key for the system.chauthmultifactorduo -openidclientid openid_client_id -openidclientsecret openid_client_secret -integrationkey integration_key -secretkey secret_key