p2-inc / keycloak-magic-link

Magic Link Authentication for Keycloak
https://phasetwo.io
Other
245 stars 50 forks source link

Issue regarder required actions update #54

Closed vanerac closed 1 year ago

vanerac commented 1 year ago

I'm having an issue regarding the password update on create that triggers when even when the user already exists. Is this normal behaviour ?

image image image

xgp commented 1 year ago

@vanerac Good catch. Looks like it sets update password/profile even if the user exists.

https://github.com/p2-inc/keycloak-magic-link/blob/main/src/main/java/io/phasetwo/keycloak/magic/MagicLink.java#L88

Please PR if you have time.

xgp commented 1 year ago

Thanks @vanerac !

New release will hit maven central in a few minutes once the automated release action occurs.