Skip to content
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

API connector and Self-service password reset #1

Open
ducalai opened this issue Feb 10, 2022 · 1 comment
Open

API connector and Self-service password reset #1

ducalai opened this issue Feb 10, 2022 · 1 comment

Comments

@ducalai
Copy link

ducalai commented Feb 10, 2022

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

@mcmorry
Copy link

mcmorry commented Oct 19, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants