active-directory-b2c-xamarin-native
active-directory-b2c-xamarin-native copied to clipboard
This is a simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens.
Tested on iOS an dUWP. UWP doesn't compile
Hello, I have already implemented your sample into an external app, but i got errors while login with an openid identity provider. To reproduce this problem I checked out your...
I think the scheme needs to match the clientId
We have two Xamarin Forms projects example App1 and App2. 1.In App1 a user is logged in using [email protected]. 2.In App2 we are implementing single sign-on(SSO) and we are using...
Hi, Is there any way to catch/intercept when the user clicks on "Forget" on an account from the Azure UI running from iOS WebView? Thanks in advance
There are three links in `README.md` to Azure AD B2C for instructions on creating a tenant, policies, etc., which are redirecting to pages which display a "404 – Page not...
I wonder if there's been any consideration given to turning the code in "active-directory-b2c-xamarin-native/UserDetailsClient/UserDetailsClient.Core/Features/LogOn" (especially "B2CAuthenticationService") into a NuGet? I find myself copying this code around and it would be...
Hi, I get the following error when I try to sign in after replacing all the constants. I have tripled checked and they are correct, in fact I use them...
This is an excellent example, and works exactly the way I want my application to work. However, try as I might I simply can't get my configuration to work the...
Hello team! This is a great sample, easy to understand and works well obtaining a token from B2C and calling an API. There is a known limitation with B2C in...