I am trying to implement a new AuthenticationManager, however I cannot add Maven dependency to console-common-7.2.2.jar, which group id is org.bonitasoft.console and artifactId is console-common.
Meanwhile I am able to add dependency on org.bonitasoft.engine for AuthenticationService customization.
I am using Maven mirror http://central.maven.org/maven2/
May I know which Maven mirror I should use to add dependency of console-common?
Hi,
console-common artifact is not published in Maven public repository.
If you are trying to build a custom implementation for authentication I would recommend to do it at Engine level by implementing the AuthenticationService interface.
Note that customization of authentication service is only supported with Subscription edition.
Ok, fine. I have imported console-common jar to my local Maven repository, and created a workable 3rd party authentication service and manager.