I put out quite a bit of content around Azure AD B2C lately and how to integrate that with your Xamarin mobile apps using the MSAL library. I talked about how to setup the tenant in the portal... how to use MSAL to facilitate the workflow of authentication... setting up…
Authorization
Changing Passwords and User Info with Azure AD B2C
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'…
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…
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…