-
Notifications
You must be signed in to change notification settings - Fork 7
Cannot Verify Phone #406
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
Comments
Thank you for the report, that does look like a bug |
update: We're already doing this in the before, but I think it's due to this changes deprecated via parameter, that our verification flow got broken. We need to not specify the
note: verification and continue_with still not working |
Hi, verification and recovery don't yet officially support SMS. But it's on the list of backlog items. What you can do instead though is use "login with code" and SMS, which will automatically mark the phone/email as verified if the code sent to that address is used. |
@aeneasr any chance of revisiting prioritization of review of ory/kratos#4384? |
Yes, but as always there are many other things that are more or equally important :) If you have an account manager that's always a good way to arise awareness for specific bugs that are blocking or similar |
Preflight checklist
Ory Network Project
https://compassionate-bohr-ltbpn4m0vu.projects.oryapis.com
Describe the bug
I'm trying to verify the
traits.phone
on my user.On updating profile's phone trait, it does marked as
unverified
and the sms comes through to my webhook, but there's no way I can use this code.The response on the setting does not contain
continue_with
for verification flow id. I only getUsing the create verification flow also only returns
email
as the available method for sending the code.Reproducing the bug
- case 1: via update setting
- case 2: via get verification flow
email
as available method for verificationRelevant log output
No response
Relevant configuration
Version
Ory Network
On which operating system are you observing this issue?
Ory Network
In which environment are you deploying?
Ory Network
Additional Context
I'm able to get
show_verification_ui
continue_with response when I remove verification from email in the identity schema, and the verification works wellBut still, even with this I still only see
email
when I get login flow with aal2The text was updated successfully, but these errors were encountered: