When you allow users to create accounts from within your app, eventually they are going to want to change their passwords, or edit some of the information they provided at sign-up. And I wouldn't be writing this post if Azure AD B2C [https://msou.co/bak] didn'…
Xamarin
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…
Adding Authentication and Authorization with Azure AD B2C
Finally - we're at the point in this series where I show how to use Azure AD B2C to authenticate a user and then authorize that user to hit a Web API from a Xamarin.Forms application! In other words - we're at the post with…
Azure AD B2C Application Fundamentals - The Parts of the Party
In the first 3 parts of this series on using Azure Active Directory B2C to provide authentication and authorization to Xamarin mobile apps, we took a look at what exactly Azure AD B2C [https://msou.co/6z] is, how to create a tenant [https://msou.co/60], and then how…
Invoking and Consuming Web APIs with Xamarin
The whole point of Azure AD B2C [https://msou.co/6l] is to both have a means of providing authentication between a front end client and a back end resource, and to obtain an access token which can be used for authorization purposes. In this article I'm going…
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…