+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.

asked Apr 26, 2021 in Integration by davidupup96 (160 points)
reshown May 3, 2021 by davidupup96 | 1 view

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/).
answered May 3, 2021 by mbalestri (9,250 points)
selected Jun 14, 2021 by emarchis
1,553 questions
1,017 answers
2,037 comments
2,567 users