To complete the removal of the Workspace ONE Access authentication provider, you remove the integration between NSX Manager and the standalone Workspace ONE Access instance.

UI Procedure

  1. Log in to NSX Local Manager for the management domain at https://<management_domain_nsx_local_manager_fqdn>/login.jsp?local=true as admin.
  2. On the main navigation bar, click System.
  3. In the left pane, click Settings > User management and click the Authentication providers tab.

  4. Click the VMware Identity Manager tab and click Edit.

  5. In the Edit VMware Identity Manager configuration dialog box, configure the following settings and click Save.

    Setting Value
    VMware Identity Manager Integration Off
  6. Repeat the procedure for each NSX Local Manager in each workload domain.

  7. Repeat the procedure for the NSX Global Managers of the management domain and each workload domain.

PowerShell Procedure

  1. Start PowerShell.

  2. Replace the values in the sample code with values from your VMware Cloud Foundation Planning and Preparation Workbook and run the commands in the PowerShell console.

    $sddcManagerFqdn = "sfo-m01-nsx01.sfo.rainpole.io"
    $sddcManagerUser = "[email protected]"
    $sddcManagerPass = "VMw@re1!"
    
    $sddcDomainName = "sfo-m01"
    
    $wsaFqdn = "sfo-wsa01.sfo.rainpole.io"
    $wsaAdminPassword = "VMw@re1!"
  3. Perform the configuration by running the command in the PowerShell console.

    Undo-WorkspaceOneNsxtIntegration -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -domain $sddcDomainName -wsaFqdn $wsaFqdn -wsaUser admin -wsaPass $wsaAdminPassword