Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote
1 view

Hello,

We are trying to make an integration of knowage 7.2 on odoo v11 and we have some problems, becase we want to make an autologin, because we deserve that the user dont must write the user/pasword of knowage login, Any can help us??

Thanks for all.

in Integration by (160 points)
reshown by

1 Answer

+1 vote
 
Best answer

Hi davidupup96,

if you want to customize how login is performed, you need to provide your own implementation of some Java interfaces.

  • it.eng.spagobi.services.common.SsoServiceInterface: class in charge of ensuring single-sign-on features
  • it.eng.spagobi.services.security.ISecurityServiceSupplier: class in charge of authenticating users and building their user profile object
  • it.eng.spagobi.services.security.ISecurityInfoProvider: class in charge of retrieving roles and profile attributes to be considered by Knowage
If you would like to be assisted, or you want us to perform this job for you, please contact our professional services (https://www.knowage-suite.com/site/services/knowage-services/).
by (9.3k points)
selected by
...