Azure-Samples / ms-identity-java-webapp

A Java web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
118 stars 105 forks source link

Which sample to start with? #46

Closed culmat closed 4 years ago

culmat commented 4 years ago

How do the spring samples relate to /microsoft/azure-spring-boot? What is the difference?

sangonzal commented 4 years ago

@culmat I guess it depends on your scenario. The sample in this repository uses Spring Security to log in an user using Oauth2 authorization code flow.

From quickly browsing the samples made by the azure-spring-boot, it looks like they add some extra functionality by actually providing their own spring boot starter that adds support for getting group membership among other things.

sangonzal commented 4 years ago

Closing, feel free to reopen in case of any other questions.