External authentication for redirected app

External authentication for redirected app

avatar
Product: PowerShell Universal
Version: 4.1.7


We are using a web based service management solution. Is it possible to create a browser redirection to an authenticated app/dashboard with an authentication token? As when the users clicks on continue in our existing app it will redirect him to the app and the user is already authenticated as “The Mighty Service Manager”?

All Comments (2)

avatar

Only with SSO through Windows Auth, OpenID Connect or SAML2. They would already have to have a valid session OpenID Connect or SAML2 to not have to login again.

Adam Driscoll
PowerShell Expert and Developer at Devolutions

avatar

I think that the service management tool already uses SAML2 for authenticating, I’ll check this out. Thanks for the direction hint.