server-auth
server-auth copied to clipboard
## Module auth_oidc (or possibly just lack of clear documentation) ## Describe the bug After installing the `auth_oidc` plugin, I cannot find anywhere in the UI to "create a new...
When MFA is enabled, the web_login function returns a redirect to /web/login/totp, but the session is not fully authenticated. Therefore, the check done for expired password on request.env.user was executed...
As user in that group can already edit users, so it make sense to allow them to see and edit that information rather than restrict it to admin/system.
## Module [auth_oidc](https://github.com/OCA/server-auth/tree/16.0/auth_oidc) ## Describe the bug Session expiration time too short and require need re-login to Odoo When using Odoo all the time then no problem. ## To Reproduce...
Seems like user may not always have access to company - access with su=True should be safe for reading these properties
Migration to 16 of https://github.com/OCA/server-auth/pull/602 feature
Standard migration to 17.0 Changed `_patch_method` to `patch` method of `BaseCase` and remove `_revert_method` as indicated in [#110370](https://github.com/odoo/odoo/pull/110370)
This module allows to login as another user, its purpose is mainly (only?) for testing and the support team. As an alternative to auth_admin_passkey, for a more French/European data security...
Code before the PR ``` self.env.cr.execute( "SELECT id FROM auth_saml_provider WHERE id in %s FOR UPDATE", (tuple(providers.ids),), ) ``` This line of code locks the records of the SAML providers...