summaryrefslogtreecommitdiffstats
path: root/python/lasso_strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lasso_strings.py')
-rw-r--r--python/lasso_strings.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/python/lasso_strings.py b/python/lasso_strings.py
index 093473aa..d3498757 100644
--- a/python/lasso_strings.py
+++ b/python/lasso_strings.py
@@ -50,6 +50,10 @@
# * Liberty Alliance */
# *****************************************************************************/
+# * prefix & href */
+libHRef = "urn:liberty:iff:2003-08"
+libPrefix = "lib"
+
# * Versioning */
libMajorVersion = "1"
libMinorVersion = "2"
@@ -67,7 +71,15 @@ libAuthnContextComparisonBetter = "better"
# * StatusCodes */
libStatusCodeFederationDoesNotExist = "lib:FederationDoesNotExist"
+libStatusCodeInvalidAssertionConsumerServiceIndex = "lib:InvalidAssertionConsumerServiceIndex"
+libStatusCodeInvalidSignature = "lib:InvalidSignature"
+libStatusCodeNoAuthnContext = "lib:NoAuthnContext"
+libStatusCodeNoAvailableIDP = "lib:NoAvailableIDP"
libStatusCodeNoPassive = "lib:NoPassive"
+libStatusCodeNoSupportedIDP = "lib:NoSupportedIDP"
+libStatusCodeProxyCountExceeded = "lib:ProxyCountExceeded"
+libStatusCodeUnknownPrincipal = "lib:UnknownPrincipal"
+libStatusCodeUnsignedAuthnRequest = "lib:UnsignedAuthnRequest"
# * ProtocolProfile */
libProtocolProfileArtifact = "http://projectliberty.org/profiles/brws-art"
@@ -89,6 +101,12 @@ libProtocolProfileSloIdpSoap = "http://projectliberty.org/profiles/slo-idp-soap"
# * SAML */
# *****************************************************************************/
+# * prefix & href */
+samlAssertionHRef = "urn:oasis:names:tc:SAML:1.0:assertion"
+samlAssertionPrefix = "saml"
+samlProtocolHRef = "urn:oasis:names:tc:SAML:1.0:protocol"
+samlProtocolPrefix = "samlp"
+
# * Versioning */
samlMajorVersion = "1"
samlMinorVersion = "0"