Depending on how you look at it, the fact that the MSAL library uses webviews to perform authentication and authorization through Azure AD B2C is either a great thing or a not so great thing. I say it's a great thing because the OAuth2 standard requires that webviews…
Active Directory
Multi-Factor Authentication in Azure AD B2C
Can you believe this is the seventh post in the Adding Authentication Using Azure AD B2C Into Your Mobile Apps [https://msou.co/82]? With lucky number 7, it seems like a perfect time to do a review of where we came from... and a preview of where we'…
Social Authentication in Azure AD B2C
In the sixth chapter of the using mobile apps with Azure AD B2C series - we're going to add in social authentication! Social Authentication in Azure AD B2C If you've been following along with this series you should have an ASP.NET Core Web API app…
Creating an AD B2C Tenant
This is part 2 of the Xamarin Authentication with AD B2C series. In part 1 [https://msou.co/bee] I gave an overview of the general concepts of Active Directory B2C and how the constituent parts work together to provide authentication, not only for mobile apps, but also for APIs…
Xamarin Authentication with Azure Active Directory B2C
And again, I'm going after the award for world's longest blog post title! To keep with the spirit of the long post title - I'm going to write quite a few posts on implementing authentication between a Xamarin.Forms app and a backend resource…