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

add authority in PublicClientApplication #64

Closed andxu closed 3 years ago

andxu commented 3 years ago

PublicClientApplication is not reading in application.properties, and will always use 'common' for tenantId: image