Changing SSO credentials of system
Changing credentials for the Storage Virtualize application can be completed through management GUI or command-line interface (CLI).
If the security administrator changes the single sign-on credentials used for the application, the new credentials must be updated on the system. If the credentials are not updated, the system will not be able to communicate with the authentication service and users will not be able to authenticate successfully to the system.
Using the management GUI
Complete the following steps:
- Select .
- In Authentication server enter the OpenID configuration URL for the SSO provider.
- Select OpenID Credentials and enter the new client ID and client secret.
- Click Save.
Using the command-line interface
Use the command chauthsinglesignon to change the credentials. By running the
following command you can change the credentials.
chauthsinglesignon -clientid client_id
-clientsecret client_secretwhere clientid client_id specifies the OpenID Connect client ID for the system, required to authenticate with the single sign-on provider. The clientsecret client_secret specifies the OpenID Connect client secret for the system, required to authenticate with the single sign-on provider.