Product: PowerShell Universal Version: 2026.1.1
Has anyone tried to protect the PSU API using Entra Proxy Auth instead of Native PSU Auth? Was curious if anyone tried this and successfully got it working or would this not work at all?
Recommended Answer
If you’re talking about app proxy in azure, then it doesnt support web sockets (at least last time I checked).
But I just use OIDC with entra as the IDP and IP whitelisting + Conditional access
If you’re talking about app proxy in azure, then it doesnt support web sockets (at least last time I checked).
But I just use OIDC with entra as the IDP and IP whitelisting + Conditional access
That is what I thought but wanted to make sure I was not missing something obvious. Thank you.