projets
/
auf-django-sdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
renommage des SDK pour plus de précision
[auf-django-sdk.git]
/
configurations
/
django14_auf
/
saml
/
settings
/
50-saml.py
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
)