# Starting the authorization server with a ConsentController that constructor-injects # OAuth2AuthorizationConsentService, without declaring that bean. # Spring Authorization Server 7.1.1 / Spring Boot 4.1.1. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'consentController' defined in file [authorization-server/auth-server/target/classes/com/ankurm/authserver/web/ConsentController.class]: Unsatisfied dependency expressed through constructor parameter 1: No qualifying bean of type 'org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}