Posts

Showing posts from September, 2022

Azure AD B2C Unboxing

Image
 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 d