External authentication for redirected app

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

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.

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