Hi,
I haven’t been able to find any documentation on this, but does anyone know whether it is possible to automatically log a user in once they have set (changed for the first time) their password?
We have an invite-only application that has only username/password login for users.
The sequence of steps we are currently taking is;
- Create new user from invited email.
- Created a change password ticket with a redirect uri that takes them back to our app.
- Email the invited user with the url for the change password ticket.
I was hoping that when they set their password and get directed back to the app there would be some way to have them already authenticated rather than entering their credentials again.
The only topic I have been able to find on this is here.
But that topic is quite old (so I didn’t want to necro it) and when I tried the steps described their to alter the redirect url to contain access token info it didn’t result in the user being logged in either. Not sure if there is some critical step I am missing.
Does anyone have any insight into whether/how to do this? I am happy to except answers of “you can’t” or “you don’t want to because X” - just need to understand what is achievable via Auth0.
Thanks for any advice anyone can give.