Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Resolver Fails with > 50 Connections #1194

Closed
GavinOsborn opened this issue Dec 13, 2017 · 1 comment
Closed

Connection Resolver Fails with > 50 Connections #1194

GavinOsborn opened this issue Dec 13, 2017 · 1 comment

Comments

@GavinOsborn
Copy link

Hey guys,

When the connection resolver feature was released it could support Auth0 tenants with as many database connections as they like. This is important for us as we have > 3000 database connections and growing daily.

Subsequent releases of the lock widget have broken this feature such that it is limited to the connection list returned by the https://cdn.auth0.com/client/<client-id> endpoint - which as you know is limited to the first 50 connections.

Some observations from our dev team:

We are using lock v10.24.1 (the latest stable version we could find):
It can be observed that it performs connection resolution but does not appear to honor the connection passed through the callback if it is outside of the 50 connections. Instead it uses the default connection.

The lock in your multi-tenant sample is v10.20:
This does honor the connection passed through the callback.

Our suspicion is that this was caused by PR #1113 to address password manager support (#1081).
This moved the connectionResolver execution from onBlur to onSubmit.

Unfortunately we cannot adopt this feature until both password managers are supported and the connection limit is lifted.

Please advise :-)

@luisrudge
Copy link
Contributor

We need to use one of the connections that we get in the client config file because we need more information about the connection (type etc), so you can't just resolve to a connection name. I know it's not ideal, but the real issue here is the 50 connections limit that we have no control over. I'd suggest you to share your feedback in https://auth0.com/feedback so our product team can prioritize the fix. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants