Spring security using OAuth2 with Microsoft AzureAD B2C
This blog post will explain how to configure AzureAD B2C tenant and integrate it with Spring-Security OAuth2.
Join the DZone community and get the full member experience.
Join For FreeIntroduction
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
Published at DZone with permission of Jitendra Bisht. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments