
User16648134760526564552 (Customer) asked a question.
Currently we have multiple apps(Eg. one is running on localhost:4200 and other on localhost:4201). Now when user signed in from localhost:4200 then on 4201 I want to redirect user to the main screen instead of login because they already signed in from 4200. Currently I created multiple applications in okta panel and using different client ids for both application.
When I signed in to the application and trying to access okta panel it is automatically signed in I want to know the same for my another application.

I think you just check for an active Okta user session in your app and use it to generate tokens. I found this post that might help you in more detail. https://devforum.okta.com/t/create-okta-sso-session-in-angular-based-on-id-token-received-from-external-app-using-okta-auth-js-library/1306