Product: PowerShell Universal
Version: 5.6.4
I have installed my PSU on kubernetes and now i’d like to authenitcate via OIDC, but it fallback to a wrong or not existing url. /auth/signin-oidc
Anyone can help me ?
Product: PowerShell Universal
Version: 5.6.4
I have installed my PSU on kubernetes and now i’d like to authenitcate via OIDC, but it fallback to a wrong or not existing url. /auth/signin-oidc
Anyone can help me ?
Generally the call back URL in the OIDC config must match the callback associated with the OIDC authentication service.
So an example for us, we use Entra. So the app registration has a redirect URI that must match the call back URI in the powershell Universal config.
Entra App Registration redirect URI: https:///auth/signin-oidc
OIDC config on PSU value for callback path: /auth/signin-oidc. Hope that helps.
thankyou very much for your help, i think i found my problem.
Really, thankyou very much.