To complete the removal of the Workspace ONE Access authentication provider, you remove the integration between VMware Aria Operations for Logs and the standalone Workspace ONE Access instance.

UI Procedure

  1. Log in to VMware Aria Operations for Logs at https://<aria_operations_for_logs_fqdn> as admin.
  2. In the left navigation pane, click Configuration > Authentication.

  3. On the Authentication configuration page, click the Workspace ONE Access tab.
  4. On the Workspace ONE Access page, configure the following settings and click Save.
    Setting Value
    Enable Single Sign-On Disabled

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-vcf01.sfo.rainpole.io"
    $sddcManagerUser = "[email protected]"
    $sddcManagerPass = "VMw@re1!"
  3. Perform the configuration by running the command in the PowerShell console.

    Undo-vRLIAuthenticationWSA -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass