Hi,
I am trying to connect Odoo Application (SP) with one of the IdP.
I have downloaded auth_saml for odoo12.
I am done with configurations for Metadata, certificates and Lasso Python Lib.
When I click on Login with SAML then its raising an Error for Lasso.
Error:
File "/home/odoo12/gitlab_addons_new/other_custom_addons/auth_saml/models/auth_saml.py", line 52, in _get_lasso_for_provider
server = lasso.Server.newFromBuffers(
AttributeError: module 'lasso' has no attribute 'Server'
Any issue with Configuration or Lasso?
[Lasso installed on pip using: pip install lasso]
Appreciate for any help. Thanks
(Odoo12 - python 3.8) - [Also tried lasso install with 3.6 but same error]