| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-auth |
| GIT | |
| GIT | https://github.com/OCA/server-auth.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-auth/tree/11.0/auth_saml_groups |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | oca-travis, OCA-git-bot, eilst, Luis |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/server-auth |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-auth: - auth_saml odoo/odoo: - base - base_setup - web - auth_crypt |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_saml_provider_form_inherit |
auth.saml.provider.form.inherit | auth.saml.provider | xpath | Inherits auth_saml.view_saml_provider_form |
group_mapping_ids
One2many → auth.saml.provider.group_mapping
help='Define how Odoo groups are assigned to SAML users'
args: 'auth.saml.provider.group_mapping', 'saml_id', 'Group mappings'
only_saml_groups
Boolean
default=False
help='If this is checked, manual changes to group membership are undone on every login (so Odoo groups are synchronous on loginwith SAML groups). If not, manually added groups are preserved.'
args: 'Only SAML groups'
No public methods.
group_id
Many2one → res.groups
help='The Odoo group to assign'
required=True
args: 'res.groups', 'Odoo group'
operator
Selection
default='equals'
help='The operator to check the attribute against the value\n'
required=True
args: <expr>, 'Operator'
saml_attribute
Char
help='The SAML attribute to check.\n'
args: 'SAML attribute'
saml_id
Many2one → auth.saml.provider
ondelete='cascade'
required=True
args: 'auth.saml.provider', 'SAML Provider'
value
Char
help='The value to check the attribute against.\n'
required=True
args: 'Value'
No public methods.
No new fields.
Public methods (3)contains(self, attrs, mapping)
equals(self, attrs, mapping)
operators(self)
No new fields.
Public methods (1)auth_saml(self, provider, saml_response)