cooperlyt / keycloak-phone-provider

A Keycloak provider for phone and SMS
MIT License
286 stars 159 forks source link

Support Keycloak 25 (PR #115) #116

Closed vi-buuuk closed 3 months ago

vi-buuuk commented 3 months ago

Hi @cooperlyt , I already tried your proposed on #115 , when I completed registration phone form and submitted, I doesn't direct to user page info as keycloak 21, it's still in registration page, refresh all information which I entered , excepted for phone/username/email. I go to user by admin to check that user is created or not, then there is no created user. Can you help to check.

Thanks!

vi-buuuk commented 3 months ago

Oh, I got the root cause. the registration form is valid when it included firstName - lastName and email, if I disable one of them, It will throw validationExcecption for profile

but the logs for exception should be showed in console for container docker to debug.