With our application, we have multiple apps deployed that a single user belongs to. A user can login to multiple apps. For example a user has access to apps at:
appa.mydomain.com
appb.mydomain.com
appc.mydomain.com
With our setup, we have three applications setup in okta and the user belongs to groups giving them permission to each applicaiton instance.
We want to be able to switch users from app to app without having the user login each time. What api calls to we need to make to get the user reauthed to a new instance of the application. Our current setup is using a react app, so we use the implicit flow (I think this is what it is called, but not sure). I need some step by step instructions on getting this done.