Azure AD B2C Unboxing

 It’s relatively easy to get started with integrating B2C authentication into your own applications.

First get a B2C tenant

For this you will need an Azure user and an Azure subscription - if you don't have a user account or you want to keep it separate from your existing accounts, you can create one at outlook.com.  Then you will need to head over to portal.azure.com and sign up with Azure.

Once that's done, click "create a resource" in Azure and search for B2C in the search bar.  Click on "Azure Active Directory B2C".  You will be taken to a page with a create button - hit that!


Integrate your application

B2C will integrate with existing SAML or OpenID Connect applications.  But if you’re starting from scratch or porting an in-house application, it is useful to get sample code from the Microsoft documentation site (available in multiple flavours). 

The latest samples (as of August 2022) target 18 different platforms (admittedly some of them are different flavours of .Net – but that’s a useful advantage as it covers traditional .Net and .Net Core):

https://docs.microsoft.com/en-us/azure/active-directory-b2c/integrate-with-app-code-samples

Once you have the sample loaded into Visual Studio there are relatively few changes you need to make in order integrate with your B2C tenant.

 

Comments

Popular posts from this blog

Microsoft CIAM debuts at Build 2023

LinkedIn now uses Verified ID for Employee verification

Keeping safe beyond sign-in