projets
/
auf-django-sdk.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
ajout d'exemple de configurations
[auf-django-sdk.git]
/
configurations
/
django_auf
/
saml
/
settings
/
50-saml.py
Commit
Line
Data
ff4f59ed
PH
1
INSTALLED_APPS += (
2
'auf.django.saml',
3
)
4
5
MIDDLEWARE_CLASSES += (
6
'auf.django.saml.middleware.SPMiddleware',
7
)
8
9
AUTHENTICATION_BACKENDS = (
10
'auf.django.saml.backends.SPBackend',
11
)