Skip to content
Snippets Groups Projects
Commit 70bb535b0098 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

Added #security rules, missing import and NEWS and README files

parent 06ccd421baba
No related branches found
No related tags found
No related merge requests found
NEWS 0 → 100644
2.0
* SAML tokens are not stored in res_users anymore to avoid locks on that table.
README 0 → 100644
This is a module for odoo/OpenERP 7. It provides authentification via SAML.
import controllers
import auth_saml
import res_users
import token
......@@ -23,7 +23,7 @@
{
'name': 'Saml2 Authentication',
'version': '1.2.1',
'version': '2.0',
'category': 'Tools',
'description': """
Allow users to login through Saml2 Provider.
......
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_saml_token,access_auth_saml_token,model_auth_saml_token,,0,0,0,0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment