From 8564291ec3ef1e7fbf0022420a9701316d6d2cbe Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 18 Jan 2005 20:49:40 +0000 Subject: documented a few things --- docs/reference/tmpl/strings.sgml | 96 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 docs/reference/tmpl/strings.sgml (limited to 'docs/reference/tmpl/strings.sgml') diff --git a/docs/reference/tmpl/strings.sgml b/docs/reference/tmpl/strings.sgml new file mode 100644 index 00000000..332c5ed9 --- /dev/null +++ b/docs/reference/tmpl/strings.sgml @@ -0,0 +1,96 @@ + +strings + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +None policy for use in #LassoLibAuthnRequest. It means an +existing federation must be used and an error should be produced if none +existed beforehand. + + + + + + +Onetime policy for use in #LassoLibAuthnRequest. It means +a federation must not be created between identity and service provider. A +temporary name identifier should be used instead. + + + + + + +Federated policy for use in #LassoLibAuthnRequest. It +means a federation may be created between identity and service provider (if it +didn't exist before). + + + + + + +Any policy for use in #LassoLibAuthnRequest. It means a +federation may be created if the principal agrees and it can fall back to +onetime if he does not. + + + + + + +Identifies the Single Sign-On "Artifact" profile; where an artifact is passed +from identity provider to service provider and back to get the +#LassoLibAssertion. + + + + + + +Identifies the Single Sign-On "POST" profile; where the #LassoLibAssertion is +sent directly from the identity provider to the service provider in an HTML +form submission message. + + + + -- cgit