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
- Log in to VMware Aria Operations for Logs at https://<aria_operations_for_logs_fqdn> as admin.
-
In the left navigation pane, click
. -
On the Authentication configuration page, click ellipsis Workspace ONE Access tile and click Edit.
-
On the Workspace ONE Access page, toggle the bar next to Workspace ONE Access and click Save.
PowerShell Procedure
-
Start PowerShell.
-
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!"
-
Perform the configuration by running the command in the PowerShell console.
Undo-vRLIAuthenticationWSA -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass