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
I have implemented OIDC in the Xamarin.Forms app and I am stuck on blank screen after successful login on specific device (e.g. Huawei Y6 2019)
The text was updated successfully, but these errors were encountered:
dhruvgohiloo7
changed the title
Stuck on blank screen after successful login ()
Stuck on blank screen after successful login (xamarin.forms)
Dec 8, 2020
Hi, i found this was to do with my client configuration. Your Identity Server Client config and OidcClientOptions must match. Try replicating your Client set up in Postman using 'Authorization' set to OAuth2.0 / Authorization Code and adding your Config options. You can then use 'Event Viewer' to debug. Could be a number of things 1. Scopes don't match Server/Client, ClientId does not exist, RedirectUri's do not match.
I have implemented OIDC in the Xamarin.Forms app and I am stuck on blank screen after successful login on specific device (e.g. Huawei Y6 2019)
The text was updated successfully, but these errors were encountered: