PSU API proxy Auth using EntraID

PSU API proxy Auth using EntraID

avatar
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?

avatar
(anonymous user)

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

All Comments (2)

avatar

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

avatar

That is what I thought but wanted to make sure I was not missing something obvious. Thank you.