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:
  1. Select Settings > Security > Single Sign-on.
  2. In Authentication server enter the OpenID configuration URL for the SSO provider.
  3. Select OpenID Credentials and enter the new client ID and client secret.
  4. 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_secret

where 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.