capacitor-community / generic-oauth2

Generic Capacitor OAuth 2 client plugin. Stop the war in Ukraine!
MIT License
223 stars 106 forks source link

Delay closing of window after successful authentication #184

Closed razvantim closed 1 year ago

razvantim commented 2 years ago

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.

moberwasserlechner commented 2 years ago

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:

moberwasserlechner commented 1 year ago

Closing as no reply.