I get the following error when I use the Safeguard powershell module:
Operation cancelled due to security concerns. Use -UseBasicParsing parameter for safe HTML parsing without script execution.
This typically can be solved by adding -UseBasicParsing to the Invoke-WebRequest command. This tells PowerShell to parse the HTML in a simpler, safer way.
I just wonder why this isn't already done? I am searching but haven't found that someone else made a comment or logged an issue for this.
Do you also get this error and do you resolve it in a different way?
[using One Identity Manager 9.2 to connect to Safeguard 8.0.2]