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

__useTenantInfo doesn't work with ConfigurationBaseUrl #1417

Closed
nicosabena opened this issue Jun 20, 2018 · 0 comments
Closed

__useTenantInfo doesn't work with ConfigurationBaseUrl #1417

nicosabena opened this issue Jun 20, 2018 · 0 comments

Comments

@nicosabena
Copy link
Contributor

When setting __useTenantInfo: true, Lock fetches a tenant-wide configuration file, like this:

https://cdn.auth0.com/tenants/v1/[tenant-name].js?[timestamp]

but when setting configurationBaseUrl, as in configurationBaseUrl: "https://cdn.auth0.com/", the request is made to:

https://cdn.auth0.com/info-v1.js?[timestamp]

The above returns 403.

luisrudge pushed a commit that referenced this issue Jul 4, 2018
…URL (#1425)

ZD Num: 43661

This generates the right configuration URL when a `baseConfigurationUrl` is set and Tenant Info is being used.

Fixes #1417
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

1 participant