Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
'm facing issues using spring-cloud-azure-starter-active-directory-b2c in my Spring Boot project. The import statement import com.azure.spring.cloud.autoconfigure.aadb2c.AadB2cOidcLoginConfigurer cannot be resolved. I'm using version 5.17.1 of the dependency along with Spring Boot 3.3.4 and Spring Security 5.8.x. Can anyone suggest the correct dependency version or configuration to resolve this issue? Thanks!