Skip to content

Commit

Permalink
[IMP] auth_saml: Allow admin/managers to edit User SAML information
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aronabencherif authored and astirpe committed Jun 13, 2024
1 parent dc3d594 commit 4f254b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions auth_saml/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_auth_saml_provider,auth_saml_provider,model_auth_saml_provider,base.group_system,1,1,1,1
access_auth_res_users_saml,auth_res_users_saml,model_res_users_saml,base.group_system,1,1,1,1
access_auth_res_users_saml,auth_res_users_saml,model_res_users_saml,base.group_erp_manager,1,1,1,1
access_auth_saml_attribute_mapping,auth_saml_attribute_mapping,model_auth_saml_attribute_mapping,base.group_system,1,1,1,1
auth_saml_provider_erp_manager_access,auth_saml_provider_erp_manager_access,model_auth_saml_provider,base.group_erp_manager,1,0,0,0
access_auth_saml_request,access_auth_saml_request,model_auth_saml_request,,0,0,0,0

0 comments on commit 4f254b1

Please sign in to comment.