generic-oauth2
generic-oauth2 copied to clipboard
Delay closing of window after successful authentication
Is it possible to put a delay in closing the window after successful authentication? I'm looking into a way to give the user the option to use the device password manager.
Currently, the password manager opens, but the window closes before he can add the password to the repository.
I don't think that is possible at all because redirecting is done by the Identity Provider (IDP).
So if I understand correctly you would have a workflow like this:
- Login window opens with IDP login form
- User enters credentials
- IDP starts redirecting "back"
- Closing of window should be delayed for n seconds
Closing as no reply.