You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on your samples, I have integrated API connector on a sign up flow to enrich token with a custom attribute from a REST API call. Works great! When user log in, custom attribute is correctly present in token.
Then, I have enabled Self-service password reset, following documentation. And now, if during sign up journey user clicks on "Forgot your password?" link and changes his password, at the end he get signed up (and password has been changed) but API connector has not been called and custom attribute is not present in token.
Do I missed something or is this scenario not supported by User flows?
Thanks for your help
The text was updated successfully, but these errors were encountered:
I had the same issue and I ended up forcibly logging out the user right after the password reset.
It would be much better if the API connector would be called automatically.
Based on your samples, I have integrated API connector on a sign up flow to enrich token with a custom attribute from a REST API call. Works great! When user log in, custom attribute is correctly present in token.
Then, I have enabled Self-service password reset, following documentation. And now, if during sign up journey user clicks on "Forgot your password?" link and changes his password, at the end he get signed up (and password has been changed) but API connector has not been called and custom attribute is not present in token.
Do I missed something or is this scenario not supported by User flows?
Thanks for your help
The text was updated successfully, but these errors were encountered: