Product: PowerShell Universal
Version: 3.4.3
I’m trying to set up PowerShell Universal with SAML authentication. Since I need SSL/TLS, I’m running it behind an IIS reverse proxy. The SAML request being generated uses http://psu.domain.com:5000 as the site URL and I can’t figure out how to make it use https://psu.domain.com. I can get it working running PSU in IIS, but I’ve gotten the impression that environment is more difficult to troubleshoot when problems arise. Should I stick with the reverse proxy? If so, how do I tell PSU what URL it should be using?
-Robert