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.Forms
Adding Azure AD B2C Authentication to Azure Functions
Serverless computing is hot, hot, hot! And for good reason - it gives us a way to create focused and stateless microservices that solve exactly one problem without having to create a monolithic application and maintain a server. In other words, they are perfect in a mobile app scenario! Adding…
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…
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…
The Xamarin.Forms Messaging Center Messed With Me
It wasn't long ago that I said that whenever I use the Xamarin.Forms Messaging Center - it feels a bit like cheating. After all, I feel like I should be able to structure my app well enough so components can communicate without having to use an intermediary.…