Login with only SMS code
Is it possible to only login with an SMS code without a password?
So only just with the phone number and the TOTP?
10 Replies
with our current hosted login which is directly integrated it is not possible,
however, if you use our session api and build your own login, you can do that
Can tis be combined with the flow for gaining access & fresh tokens?
access and refresth tokens are defined in the oidc standard, as this is a ui based flow, you will have to build it in your login ui as well. we have implemented all the helpers in the backend so you can build the oidc standard into your ui
ZITADEL Docs
To build your own login ui for your own application it is not necessary to have the OIDC standard included or any additional work that has to be done.
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
@fabienne thanks! We succesfully created a custom ui flow 🎉
@Ecstabis Thats great to hear. 😃
If you want to tell a little more about the experience you had, and give some feedback. feel free to reach out to me on fabienne@zitadel.com
@Ecstabis Hi Ecstabis , I have the same need.
1. How to solve the password problem of the username and use the mobile phone number for login? 2. Is it implemented using zitadel 2MF SMS verification
Could you offer some guidance at your convenience
Creating a custom ui is the only way
3Q