SingleSignOn in Okta

Hi,
I have your assistance in implementing SingleSignOn in Okta.

I have two React (SPA) sites running on localhost:3030 (Site1) and localhost:4040 (Site2). User is login successfully on site1 using okta OIDC .

Now i need to redirect to Site2 without login from Site1. how can i do this using SingleSignOn in Okta?

ThankYou for support.

Hi,

Please help in above issue.

I need your support in implementing SingleSignOn in Okta.

I have two React (SPA) sites running on localhost:3030 (Site1) and localhost:4040 (Site2). User is login successfully on site1 using okta OIDC .

Now i need to redirect to Site2 without login from Site1. how can i do this using SingleSignOn in Okta?

Thanks

As long as the user has an Okta session in their browser, a second /authorize request to log the user into the second application will not require the user to complete primary authentication again (unless your session or authentication policies are configured to require re-authentication at regular intervals).