Lock.js not detecting Identity Provider Domains with Enterprise OIDC connection

I believe I’m using the universal lock.js - https://cdn.auth0.com/js/lock/11.3.1/lock.min.js

I have a Enterprise OIDC connection (to a Azure AD customer tenant). I’ve configured the Identity Provider domains but lock.js doesn’t seem to be detecting the domains.

I have a number of connections for this Application. The google idp connection detects it’s domains correctly.
Before trying the enterprise oidc connection I had an enterpise Azure AD connection setup to the same customer domain and lock.js detected the domains successfully.

I’m a bit lost on how to track down this problem - perhaps its a lock.js version issues that does’t support oidc connections?

Thanks
Duane

Found the problem. It was, indeed, the lock.js version.

https://cdn.auth0.com/js/lock/11.35.0/lock.min.js works fine.
It picks up the oidc connection domains.

1 Like

Thanks for sharing it with the rest of community!