providers/samlv2: start implementing new SAML Provider
This commit is contained in:
10
passbook/providers/samlv2/saml/constants.py
Normal file
10
passbook/providers/samlv2/saml/constants.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""SAML-related constants"""
|
||||
NS_SAML_PROTOCOL = "urn:oasis:names:tc:SAML:2.0:protocol"
|
||||
NS_SAML_ASSERTION = "urn:oasis:names:tc:SAML:2.0:assertion"
|
||||
NS_SIGNATURE = "http://www.w3.org/2000/09/xmldsig#"
|
||||
|
||||
SAML_ATTRIB_ACS_URL = "AssertionConsumerServiceURL"
|
||||
SAML_ATTRIB_DESTINATION = "Destination"
|
||||
SAML_ATTRIB_ID = "ID"
|
||||
SAML_ATTRIB_ISSUE_INSTANT = "IssueInstant"
|
||||
SAML_ATTRIB_PROTOCOL_BINDING = "ProtocolBinding"
|
Reference in New Issue
Block a user