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…
Xamarin Authentication
Changing the Look and Feel of the Webview's Content within Azure AD B2C
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…
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…