Integrating Azure AD into a Java web application
问题 I am new to Azure and OpenIDConnect. To start with, I cloned the sample git Application and tried to test it. It's giving me the below error. The War has the oauth2 jar and I can see the class files present there. Git URL: https://github.com/Azure-Samples/active-directory-java-webapp-openidconnect SEVERE: Exception starting filter BasicFilter java.lang.NoClassDefFoundError: com/nimbusds/openid/connect/sdk/AuthenticationSuccessResponse at java.lang.Class.getDeclaredMethods0(Native Method) at