Checklist
Description
I was looking over 3rd party client auth following auth0's documentation.
https://auth0.com/docs/get-started/applications/confidential-and-public-applications/enable-third-party-applications
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
Checklist
Description
I was looking over 3rd party client auth following auth0's documentation.
https://auth0.com/docs/get-started/applications/confidential-and-public-applications/enable-third-party-applications
Documentation suggests to use Auth0Lock instead of Auth0LockPasswordless.
I tried with both and seems like Auth0Lock works.
And Auth0LockPasswordless doesnot work.
Reproduction
Additional context
Lock version
11.35, 13.0
Which browsers have you tested in?
Chrome