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

Update webapp sample to use the Authorization URL builder helper. #47

Closed navyasric closed 4 years ago

navyasric commented 4 years ago

The request to the authorization endpoint should be updated to use the helper method in MSAL Java.