summaryrefslogtreecommitdiffstats
path: root/python/lasso_strings.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-04-28 10:26:17 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-04-28 10:26:17 +0000
commit2f6fc613558c72c283106993cba5fbd39db32ddd (patch)
tree2e4a5481e9302be26efbc617b1ef90018ce6cd48 /python/lasso_strings.py
parent1c4f154e2a5666e59675bf62d2ada178bedb2e9f (diff)
downloadlasso-2f6fc613558c72c283106993cba5fbd39db32ddd.tar.gz
lasso-2f6fc613558c72c283106993cba5fbd39db32ddd.tar.xz
lasso-2f6fc613558c72c283106993cba5fbd39db32ddd.zip
*** empty log message ***
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"