<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009vGpd7CACOkta Classic EngineAuthenticationAnswered2023-12-25T16:02:38.000Z2023-12-22T15:05:53.000Z2023-12-25T16:02:38.000Z
Need add okta as a social login to our application

My application is a multi-tenant SaaS product that uses AADB2C for auth. To date we've allowed folks to log in with Google, Office 365 (i.e. OrgIds) and email+password.

We're now getting customers who want to light up SSO, specifically with Okta. I found information online which talked about integrating with Openid connect providers and was able to use that to connect to a test directory that I set up in Okta. This single integration with an Okta directory works as expected.

What's not clear to me is how to properly scale this up to more customers (i.e. more of my tenants). The directory-specific.

The openid connect integration examples that I've found online seem to be focused on doing a single account integration, and it is working fine.

Is there a way to make all okta users login to my application irrespective of tenant.


This question is closed.
Loading
Need add okta as a social login to our application