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 auth code URL builder #52

Closed Avery-Dunn closed 4 years ago

Avery-Dunn commented 4 years ago

Update auth code URL builder function to use a builder pattern instead of string concatenation, per https://github.com/Azure-Samples/ms-identity-java-webapp/issues/47