-
-
Notifications
You must be signed in to change notification settings - Fork 964
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
Support OTP login with SMS #3779
Comments
Up for that, had the same issue with cloud Ory. |
Which docs are you referring to? Plain registration and login doesn't work yet, you'll still need an email address. You can, however, verify the phone number and use it for MFA. |
I find it very confusing that you can enable passwordless login, but you cannot login with a SMS code. |
I've spent countless hours trying to setup Kratos, so if the problem is that it's not supported, then I'll unfortunately have to use another IAM instead, unless you can give me an ETA for when it'll be supported. |
According to the identity schema editor this is valid (and it's also not stated anywhere in the docs that it's not supported): "code": {
"identifier": true,
"via": "sms"
} |
Hi @jonas-jonas , is there a way to do Auth without Email? Only phone number? Because on UI schema allow to set |
@jonas-jonas sorry for spamming you, but I'm blocked until I know if it's something you're gonna support in the near future. |
We're looking into it at the moment, but don't have a concrete timeline yet. |
Hey, sorry to hear that you're blocked. I think Jonas was pretty clear when he said that that OTP login with SMS is not (yet) supported. We don't have a timeline for this feature at the moment as we don't have enough commercial demand for it. |
AFAIK, SMS is not supported for "code" strategy, but it's already implemented for "password" strategy, is it correct? |
Preflight checklist
Ory Network Project
https://youthful-meninsky-8q4djabyct.projects.oryapis.com
Describe the bug
I'm trying to setup a passwordless phone registration flow.
I've followed the docs and no matter what I do I get this error:
credentials.code.via has unknown value "sms"
when trying to send a SMS code.This is my identity schema:
I've tried all sorts of combinations, but nothing works.
Here's my identity config:
Reproducing the bug
https://youthful-meninsky-8q4djabyct.projects.oryapis.com/ui/registration
Use the identity schema and identity config above.
Relevant log output
No response
Relevant configuration
No response
Version
Cloud
On which operating system are you observing this issue?
None
In which environment are you deploying?
Ory Network
Additional Context
No response
The text was updated successfully, but these errors were encountered: