You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: