Restore single sign-on configuration after master node restart

After restart of the master node, the single sign-on (SSO) configuration is not restored.

Complete the following steps to resolve the issue:

  1. Install kubectl. For more information, see Installing the Kubernetes CLI (kubectl).
  2. Check the status of MongoDB pod.

    kubectl get pod |grep mongo
    

    Following is a sample output:

    icp-mongodb-0                                        1/1     Running     0          8d
    
  3. Get the auth-idp pod name.

    kubectl get pod |grep auth-idp
    

    Following is a sample output:

    auth-idp-k8jlr                                       4/4     Running     1          24h
    
  4. Restart the auth-idp pod.

    kubectl delete pod <pod name>
    
  5. Install IBM Cloud Private CLI. For more information, see IBM Cloud Private CLI.

  6. Get Security Assertion Markup Language (SAML) status.

    cloudctl iam saml-status
    

    {: codeblock}