Auth0LockPasswordless with 3rd party client not working #2740
Replies: 2 comments
-
|
This line seems to filter out passwordless connection in UI:- Line 52 in 5746a37 After removing filter, I was able to see email field and was able to submit email to receive email OTP code. POST: {domain}/co/authenticate {
"client_id": "",
"username": "",
"otp": "123",
"realm": "email",
"credential_type": "http://auth0.com/oauth/grant-type/passwordless/otp"
}Response: {
"error": "unauthorized_client",
"error_description": "Cross origin login not allowed."
}I did try adding origin URL to client but seems not working. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for digging into this and for clearly documenting your findings, that helped a lot You’re absolutely right in what you observed. The filtering of the At this time, Apologies for the delay in confirming this, we wanted to make sure we fully validated the behavior before responding |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions