-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
counldn't login after installed on odoo-v9 #2
Comments
Hey Gavin, Another contributor is in the process of submitting a PR with a v9 port of this module. Stay tunned |
Hi aallouche, Thanks for your prompt response. But, we're actually working on a real case to implement SAML for a client with odoo v9. Thank you in advance.. Gavin |
Hey, You could debug auth_saml.js and see what you receive in each call... About your specific issues:
Good luck! |
Hi, I have odoo9 and need SAML support. is this repo compatible with odoo v9? |
Hey @pitbulk, the status of the Odoo 9 integration is still the same for the moment: none of the authors use Odoo 9 yet (we do know |
Hi @pitbulk - we keep running in to each other on SAML projects! There is a 9.0 fork that I stumbled across via a Google search and the network graph - it's installable, but then I get to this issue. I have been nibbling away at it a little today on my own fork https://github.com/bradjones1/auth_saml but it appears the module is indeed disabling login via db users, so need to track that down. |
I believe the passwords are getting clobbered on install at this function? https://github.com/bradjones1/auth_saml/blob/9.0/model/res_users.py#L36 I'm not a python programmer so I am driving in the dark here. I've made a few quick tweaks on my fork in testing this with the odoo:9 docker container. For what it's worth, I've also found that in addition to the tweaks on my 9.0 branch, I needed to do an It might also be useful to get the maintainers to determine their release strategy for 9.0, e.g., what branch should the 9.0 support PR be made against? There are a ton of conflicts against master, so maybe just a per-major-version branch approach works here? (Like semantic versioning?) |
And it probably goes without saying but to get back in to Odoo after the password is nullified, you'll need to manually set it (they aren't hashed, just in plaintext) via the PGSQL command line. |
Hi everyone and thanks for your last comments! Actually, the As for the lasso dependency, we produced a great effort to contribute to this fine library which is released and available for major distributions along with liblasso3. The mid-term roadmap includes advanced end-point features like local logout or user automated provisionning. Stay tuned! |
Hello, https://github.com/xcgd/auth_saml now contains updated Odoo 8 & 9 versions of We have been using the Odoo 8 version for a while in production; I just tested the Odoo 9 one and can confirm it works just as well. Keeping this open until we have more extensive docs though. =) |
Hello Do you have an example of configuring odoo using saml with and identity provider, Shibboleth for example? Kind regards, |
Hi: |
Hi my friend,
Thanks for your sharing of the code.
One serious issue I have encountered whiling trying to install the master branch on odoo-v9.
After installation,
and stuck on the login page. It happens every time.
Could you please give us some clue of where it's went wrong? And how to fix?
Thanks in advance..
Gavin
The text was updated successfully, but these errors were encountered: