Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can Openbravo be integrated to active directory for list/authentication?

0
10 Posted

Can Openbravo be integrated to active directory for list/authentication?

0

From R2.30 ahead, Openbravo supports pluggable authentication for integration with central authentication services. So it is possible to integrate Openbravo with active directory to authenticate users but you will need to develop a plugin in java to achieve this integration. If you wanted to develop this plugin, you have to create first a new authentication java class that implements the interface “org.openbravo.authentication.AuthenticationManager”. An example is the default authentication manager that is implemented in the java class “org.openbravo.authentication.basic.DefaultAuthenticationManager”. And second add a new context param in the file web.xml to use this authentication manager. For example if your authentication class is “org.yourorganization.YourAuthenticationManager” then add: AuthenticationManager org.yourorganization.

0

From R2.30 ahead, Openbravo supports pluggable authentication for integration with central authentication services. So it is possible to integrate Openbravo with active directory to authenticate users but you will need to develop a plugin in java to achieve this integration. If you wanted to develop this plugin, you have to create first a new authentication java class that implements the interface “org.openbravo.authentication.AuthenticationManager”. An example is the default authentication manager that is implemented in the java class “org.openbravo.authentication.basic.DefaultAuthenticationManager”. And second add a new context param in the file web.xml to use this authentication manager.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.