'ello
Does anyone have any experience integrating with Azure’s B2C identity provider?
I have added the .net standard 1.3 Microsoft.Identity.Client.dll into the project.
Everything compiles, but at run-time I get the following exception:
System.PlatformNotSupportedException: Possible Cause: If you are using an XForms app, or generally a netstandard assembly, make sure you add a reference to Microsoft.Identity.Client.dll from each platform assembly (e.g. UWP, Android, iOS)
I’m wondering i I somehow have to include the following jar file:
https://mvnrepository.com/artifact/com.microsoft.identity.client/msal/1.0.0
or create a dependency in my gradle file?
Any help would be really appreciated ![]()
regards
Hein