Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: SAML2 Authentication
Entity: auth.saml.provider
Description: SAML2 Provider
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| active | Boolean | - | ||
| attribute_mapping_ids | Attribute Mapping | One-to-Many | auth.saml.attribute.mapping | |
| authn_requests_signed | Boolean | - | ||
| autoredirect | Automatic Redirection | Boolean | - | |
| body | Login button label | Char | - | |
| create_user | Boolean | - | ||
| create_user_reactivate | Reactivate when Creating Users | Boolean | - | |
| create_user_template_id | Many-to-One | res.users | ||
| css_class | Button Icon CSS class | Char | - | |
| entity_id | Entity ID | Char | - | |
| idp_metadata | Identity Provider Metadata | Text | - | |
| logout_requests_signed | Boolean | - | ||
| matching_attribute | Identity Provider matching attribute | Char | - | |
| matching_attribute_to_lower | Lowercase IDP Matching Attribute | Boolean | - | |
| name | Provider Name | Char | - | |
| sequence | Integer | - | ||
| sig_alg | Signature Algorithm | Selection | - | |
| sign_authenticate_requests | Boolean | - | ||
| sign_metadata | Boolean | - | ||
| sp_baseurl | Override Base URL | Text | - | |
| sp_metadata_url | Metadata URL | Char | - | _compute_sp_metadata_url |
| sp_pem_private | Odoo Private Key | Binary | - | |
| sp_pem_private_filename | Odoo Private Key File Name | Char | - | |
| sp_pem_public | Odoo Public Certificate | Binary | - | |
| sp_pem_public_filename | Odoo Public Certificate File Name | Char | - | |
| want_assertions_or_response_signed | Boolean | - | ||
| want_assertions_signed | Boolean | - | ||
| want_response_signed | Boolean | - |
