OidcClient : UWP WapBrowser.InvokeAsyncCore (BrowserOptions options, Boolean silentMode)

0

I try to use the Xamarin Forms to connect to identityserver using oidc client. I already configure the Xamarin Core and Xamarin Android works fine. The issue there is with UWP and the WapBrowser configuration to open the view and allows me to make authentication.

I did not change anything into the confifuration of the WabBrowser https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/blob/main/XamarinForms/XamarinFormsClient/XamarinFormsClient.UWP/WabBrowser.cs . Unfortunately, I got the following error (HRESULT: 0x800C0005) ...UWP.WapBrowser.InvokeAsyncCore(BrowserOption options, Boolean silentMode)

The issue is that removing the silentMode will bring another issue, leaving it gives the above error.

What do I need to do to overcome this issue?

uwp
identityserver4
openid-connect
asked on Stack Overflow Feb 23, 2021 by Flaubert TAGU

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0