0
votes

I have Spring application with Spring Security version 3.2.5 and spring version 4.3.7.

I want to remove the old fashioned login page and integrate it with Azure AD B2C. For the B2C part, I have the B2C tenant and necessary policies in place. I tried finding something on this for Spring, but all the examples and samples I found were based on spring boot.

Is it feasible to achieve B2C authentication & authorization integration with Spring?

1

1 Answers

0
votes

Unfortunately there is no proper document where we have entire information for Spring to integrate with Azure AD B2C.

This sample demonstrates a Java web application that is secured using Azure AD B2C. And this sample demonstrates a Java Servlet webapp that signs in users with Azure AD B2C. You could refer to them.