summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-06-11 14:13:05 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-06-11 14:13:05 +0000
commitb13f45e455d2845260e5fdf7096279ceff643362 (patch)
tree646ed312e4172e4f12cc9ccd648cebb57c5d5379
parent3189467040a7eb60f65176ad2daccd207aa764fd (diff)
add ref and prefix for sso get and post request
-rw-r--r--lasso/xml/strings.c2
-rw-r--r--lasso/xml/strings.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/lasso/xml/strings.c b/lasso/xml/strings.c
index 54d2b05c..6652eb8c 100644
--- a/lasso/xml/strings.c
+++ b/lasso/xml/strings.c
@@ -60,6 +60,8 @@ const xmlChar lassoLibStatusCodeUnknownPrincipal[] = "lib:Un
const xmlChar lassoLibStatusCodeUnsignedAuthnRequest[] = "lib:UnsignedAuthnRequest";
/* ProtocolProfile */
+const xmlChar lassoLibProtocolProfileSSOGet[] = "http://projectliberty.org/profiles/sso-get";
+const xmlChar lassoLibProtocolProfileSSOPost[] = "http://projectliberty.org/profiles/sso-post";
const xmlChar lassoLibProtocolProfileArtifact[] = "http://projectliberty.org/profiles/brws-art";
const xmlChar lassoLibProtocolProfilePost[] = "http://projectliberty.org/profiles/brws-post";
const xmlChar lassoLibProtocolProfileFedTermIdpHttp[] = "http://projectliberty.org/profiles/fedterm-idp-http";
diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h
index 3842587e..1695d7be 100644
--- a/lasso/xml/strings.h
+++ b/lasso/xml/strings.h
@@ -68,6 +68,8 @@ LASSO_EXPORT_VAR const xmlChar lassoLibStatusCodeUnknownPrincipal[];
LASSO_EXPORT_VAR const xmlChar lassoLibStatusCodeUnsignedAuthnRequest[];
/* ProtocolProfile */
+LASSO_EXPORT_VAR const xmlChar lassoLibProtocolProfileSSOGet[];
+LASSO_EXPORT_VAR const xmlChar lassoLibProtocolProfileSSOPost[];
LASSO_EXPORT_VAR const xmlChar lassoLibProtocolProfileArtifact[];
LASSO_EXPORT_VAR const xmlChar lassoLibProtocolProfilePost[];
LASSO_EXPORT_VAR const xmlChar lassoLibProtocolProfileFedTermIdpHttp[];