As part of the February 2019 28 days of Xamarin Community Love - find out the Five Azure offerings that I ❤️ the most for Xamarin Development!…
Azure AD B2C
Quick! Fix Your Azure AD B2C Twitter Settings
On June 12, 2018 Twitter made a change [https://msou.co/bki] in the way they handle callback URLs used for logging in to Twitter. This directly affects how Azure AD B2C interacts with Twitter. And right now you have to make a quick change in order to keep things…
MSAL and the iOS Simulator
The MSAL.NET library, or the Microsoft.Identity.Client helps your app acquire tokens from Azure AD B2C - in fact it's indispensable when performing any of the policies - as it handles shelling out to the system web views, communicating to B2C, and caching the tokens so…
B2C + ZUMO = ❤️
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…
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…