Redirect user to a separate app with valid SSO session

Hi, community. We are using SSO for multiple apps. We need to restrict the user from using them when it has inactive subscriptions. But also we have a separate “free” app where users are able to manage their subscriptions (pay for them, see some info, etc.). We want to implement a redirect to that “free” app even if he logs in to another one. In that “free” app we should have a valid JWT for the user and it would be great if our flow doesn’t require the user to enter his credentials twice (I mean we redirect him to our “free” app with a valid SSO session already). Is it possible at all? Could you please suggest a way of how to achieve this?

1 Like