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

How to store credentials in browser after authentication? #88

Open
peter-raehse opened this issue Jan 29, 2021 · 3 comments
Open

How to store credentials in browser after authentication? #88

peter-raehse opened this issue Jan 29, 2021 · 3 comments
Labels

Comments

@peter-raehse
Copy link

peter-raehse commented Jan 29, 2021

@leastprivilege
It's not an issue with the sample but I can't find any documentation for my question, so I post it here:

Many apps with authentication via browser and then redirecting back to the app offer the user to store the credentials in the device key chain. When authenticating next time, the browser offers to use stored credentials.

I'm implementing authentication according to this Xamarin.Forms sample.
The redirect into the app immediately takes place after authentication.
Before redirecting the browser seems to ask the user to store credentials, but redirect overrides this and closes browser immediately.

Is there a solution that user can agree to store credentials in his browser / keychain? Thanks a lot!

@leastprivilege
Copy link
Contributor

If that is something a browser would do, then this is outside of this library...sorry don't know..

@peter-raehse
Copy link
Author

Thanks a lot for replying. I thought there could be a way to configure the Oidc client that it opens the browser in a way that the user can store credentials before being redirected to app.

@leastprivilege
Copy link
Contributor

No - we don't have control over this.

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

No branches or pull requests

2 participants