We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting __useTenantInfo: true, Lock fetches a tenant-wide configuration file, like this:
__useTenantInfo: true
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:
configurationBaseUrl
configurationBaseUrl: "https://cdn.auth0.com/"
https://cdn.auth0.com/info-v1.js?[timestamp]
The above returns 403.
403
The text was updated successfully, but these errors were encountered:
Fix Configuration URL when using __tenantInfo and a baseConfiguration…
adfc8a8
…URL (#1425) ZD Num: 43661 This generates the right configuration URL when a `baseConfigurationUrl` is set and Tenant Info is being used. Fixes #1417
No branches or pull requests
When setting
__useTenantInfo: true
, Lock fetches a tenant-wide configuration file, like this:but when setting
configurationBaseUrl
, as inconfigurationBaseUrl: "https://cdn.auth0.com/"
, the request is made to:The above returns
403
.The text was updated successfully, but these errors were encountered: