DEV Community

Jitendra Singh Bisht
Jitendra Singh Bisht

Posted on

Spring security using OAuth2 with Microsoft AzureAD B2C

The blog is originally published on my blog jsblogs.github.io


Introduction

Microsoft Azure provides the capability to integrate social-logins in the application by using AzureAD B2C.
The good thing about that is you'll have a single Authorization server (Azure) and different IDP like Google, Facebook, GitHub, or any custom IDP.

To achieve this we need to create 1 B2C tenant and configure App Registration, IDP, and create UserFlow. The below video tutorial covers all these
steps and guide you on how to integrate Azure B2C with spring security.

Video Tutorial

Top comments (0)