File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 61
61
62
62
VERSION = "2.0"
63
63
# http://docs.oasis-open.org/security/saml/v2.0/saml-bindings-2.0-os.pdf
64
+ # The specification was later updated with errata, and the new version is here:
65
+ # http://www.oasis-open.org/committees/download.php/56779/sstc-saml-bindings-errata-2.0-wd-06.pdf
64
66
# parse a SOAP header, make a SOAP request, and receive a SOAP response
65
67
BINDING_SOAP = 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP'
66
68
# parse a PAOS header, make a PAOS request, and receive a PAOS response
Original file line number Diff line number Diff line change 3
3
#
4
4
# Generated Mon May 2 14:23:33 2011 by parse_xsd.py version 0.4.
5
5
#
6
+ # A summary of available specifications can be found at:
7
+ # https://wiki.oasis-open.org/security/FrontPage
8
+ #
6
9
# saml core specifications to be found at:
7
10
# if any question arise please query the following pdf.
8
11
# http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
12
+ # The specification was later updated with errata, and the new version is here:
13
+ # https://www.oasis-open.org/committees/download.php/56776/sstc-saml-core-errata-2.0-wd-07.pdf
9
14
#
10
15
11
16
81
86
82
87
# a profile outlines a set of rules describing how to embed SAML assertions.
83
88
# https://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf
89
+ # The specification was later updated with errata, and the new version is here:
90
+ # https://www.oasis-open.org/committees/download.php/56782/sstc-saml-profiles-errata-2.0-wd-07.pdf
84
91
85
92
# XML based values for SAML attributes
86
93
PROFILE_ATTRIBUTE_BASIC = (
87
94
"urn:oasis:names:tc:SAML:2.0:profiles:attribute:basic" )
88
95
89
96
# an AuthnRequest is made to initiate authentication
90
- # TODO: it is not clear that the request sets the context
91
- # for the AuthnRequest, maybe rename to AUTHN_CONTEXT_PASSWORD
92
-
93
97
# authenticate the request with login credentials
94
98
AUTHN_PASSWORD = "urn:oasis:names:tc:SAML:2.0:ac:classes:Password"
95
99
# authenticate the request with login credentials, over tls/https
You can’t perform that action at this time.
0 commit comments