File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
PKCS_9 = 'urn:oid:1.2.840.113549.1.9.1.'
3
3
UCL_DIR_PILOT = 'urn:oid:0.9.2342.19200300.100.1.'
4
4
5
- MAP = {
5
+ MAP = {
6
6
'identifier' : 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri' ,
7
7
'fro' : {
8
8
X500ATTR_OID + '3' : 'first_name' , # cn
Original file line number Diff line number Diff line change 28
28
from django .template import TemplateDoesNotExist
29
29
from django .utils .http import is_safe_url
30
30
from django .views .decorators .csrf import csrf_exempt
31
+ from django .views .decorators .http import require_POST
31
32
from saml2 import BINDING_HTTP_REDIRECT , BINDING_HTTP_POST
32
33
from saml2 .client_base import LogoutError
33
34
from saml2 .metadata import entity_descriptor
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{35, 36,37,38}-django22
3
+ py{36,37,38}-django22
4
4
py{36,37,38}-django30
5
5
py{36,37,38}-djangomaster
6
6
You can’t perform that action at this time.
0 commit comments