SSO between two applications

Hello,

I have two SPA applications setup with Okta redirect sign in (OIDC) successfully under the same org. I want to be able to SSO between the two apps (auto login into if one is already logged in).

Q: Are there any documentations or examples in how to achieve this?

Thanks,
Imad

If the second application just does an /authorize redirect, the user will be logged into it automatically because they have an active Okta session in the browser (from logging into the first app), so you just need to make sure it does this instead of/before rendering the widget.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.