MobileBlazorBindings
MobileBlazorBindings copied to clipboard
How to skip certificate validation for the "WebView" or how set "RequireHttpsMetadata" to false via ProviderOptions [AuthSample]
trafficstars
I trying to test the authentication example using a local identity server.
But I got this error caused by a self signed certificate.

For development propose could be useful the possibility of use http instead https but there is no option for something like:
options.ProviderOptions.RequireHttpsMetadata = false;
to skip this

Closing this because there are workarounds and it isn't yet clear if this is a common scenario. Please see this comment for more details and discussion: https://github.com/dotnet/MobileBlazorBindings/pull/322#issuecomment-780179951
Re-opening for further consideration.