You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I'm getting this strange error, it seems like application cannot use azure-active-directory as an provider ID, can someone pls help?
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-11-05T19:09:31.789Z ERROR 7 --- [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'templateMapController': Unsatisfied dependency expressed through field 'uiControllerLoginService': Error creating bean with name 'uiControllerLoginService': Unsatisfied dependency expressed through field 'authorizedClientService': Error creating bean with name 'authorizedClientService' defined in class path resource [org/springframework/boot/autoconfigure/security/oauth2/client/servlet/OAuth2WebSecurityConfiguration.class]: Unsatisfied dependency expressed through method 'authorizedClientService' parameter 0: Error creating bean with name 'clientRegistrationRepository' defined in class path resource [org/springframework/boot/autoconfigure/security/oauth2/client/servlet/OAuth2ClientRegistrationRepositoryConfiguration.class]: Failed to instantiate [org.springframework.security.oauth2.client.registration.InMemoryClientRegistrationRepository]: Factory method 'clientRegistrationRepository' threw exception with message: Unknown provider ID 'azure-active-directory'
What did you expect to happen?
Application started with azure ad configuration
What else do we need to know?
Using docker image with tag "latest"
The text was updated successfully, but these errors were encountered:
Hi @yehor-arch apologies for the delay, I didn't see this issue get opened, I've asked Murali to look at it as he has the best knowledge of the AD setup, however I will also take a task to fix the formatting on the documentation for this as I notice the link to it does not look great.
What happened?
Hi, trying to configure azure ad authentication mechanism using this article:
https://www.klaw-project.io/docs/authentication-authorization/authentication/azure-ad
But I'm getting this strange error, it seems like application cannot use azure-active-directory as an provider ID, can someone pls help?
What did you expect to happen?
Application started with azure ad configuration
What else do we need to know?
Using docker image with tag "latest"
The text was updated successfully, but these errors were encountered: