-
Notifications
You must be signed in to change notification settings - Fork 558
Open
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the code
Description
Checklist
- I have looked into the Readme and Examples, and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
I was looking over 3rd party client auth following auth0's documentation.
Documentation suggests to use Auth0Lock instead of Auth0LockPasswordless.
I tried with both and seems like Auth0Lock works.
And Auth0LockPasswordless doesnot work.
Reproduction
- Create a 3rd party client
- Promot connection to use to domain level
- Update universal login page as per documentation.
...
17: var lock = new Auth0Lock(config.clientID, config.auth0Domain, {
....
30: __useTenantInfo: config.isThirdPartyClient
...
- Check preview and select 3rd party client.
- First party and 3rd party clients works.
- Now, update line 17 to use Auth0LockPasswordless
- First party client works and 3rd doesnot work
Additional context
Lock version
11.35, 13.0
Which browsers have you tested in?
Chrome
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the code
