Azure AD OAuth SSO Integration with Spring Boot Application

I am developing several microservices with Spring Cloud (Eureka, Zuul).

I want to integrate Azure AD OAuth2 SSO into my application. I have searched several blogs and articles but could not find tutorials for Azure AD.

Please tell me how this can be done.

+3


source to share


1 answer


I found this very helpful. It also has code snippets.



http://blog.xebia.in/index.php/2017/12/21/spring-security-and-oauth2-with-azure-active-directory/

0


source







All Articles