Spring Boot azureAD filter autoconfiguration
问题 I few days ago I was able to configure the integration with Azure AD and spring boot. I'm usisng the following dependencies to achieve that: <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-client</artifactId> </dependency> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-active-directory-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>msal4j</artifactId> <