diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-01-18 20:49:40 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-01-18 20:49:40 +0000 |
| commit | 8564291ec3ef1e7fbf0022420a9701316d6d2cbe (patch) | |
| tree | fd41f27a0a84edbc374f3a1c516e72242026e185 /docs/reference/tmpl/strings.sgml | |
| parent | c6dc916163497ac24431fb45c11921a12d353433 (diff) | |
| download | lasso-8564291ec3ef1e7fbf0022420a9701316d6d2cbe.tar.gz lasso-8564291ec3ef1e7fbf0022420a9701316d6d2cbe.tar.xz lasso-8564291ec3ef1e7fbf0022420a9701316d6d2cbe.zip | |
documented a few things
Diffstat (limited to 'docs/reference/tmpl/strings.sgml')
| -rw-r--r-- | docs/reference/tmpl/strings.sgml | 96 |
1 files changed, 96 insertions, 0 deletions
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 @@ +<!-- ##### SECTION Title ##### --> +strings + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### MACRO LASSO_LIB_NAME_IDENTIFIER_FORMAT_FEDERATED ##### --> +<para> +</para> + + + +<!-- ##### MACRO LASSO_LIB_NAME_IDENTIFIER_FORMAT_ONE_TIME ##### --> +<para> +</para> + + + +<!-- ##### MACRO LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED ##### --> +<para> + +</para> + + + +<!-- ##### MACRO LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENTITYID ##### --> +<para> + +</para> + + + +<!-- ##### MACRO LASSO_LIB_NAMEID_POLICY_TYPE_NONE ##### --> +<para> +<emphasis>None</emphasis> policy for use in #LassoLibAuthnRequest. It means an +existing federation must be used and an error should be produced if none +existed beforehand. +</para> + + + +<!-- ##### MACRO LASSO_LIB_NAMEID_POLICY_TYPE_ONE_TIME ##### --> +<para> +<emphasis>Onetime</emphasis> 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. +</para> + + + +<!-- ##### MACRO LASSO_LIB_NAMEID_POLICY_TYPE_FEDERATED ##### --> +<para> +<emphasis>Federated</emphasis> policy for use in #LassoLibAuthnRequest. It +means a federation may be created between identity and service provider (if it +didn't exist before). +</para> + + + +<!-- ##### MACRO LASSO_LIB_NAMEID_POLICY_TYPE_ANY ##### --> +<para> +<emphasis>Any</emphasis> policy for use in #LassoLibAuthnRequest. It means a +federation may be created if the principal agrees and it can fall back to +<emphasis>onetime</emphasis> if he does not. +</para> + + + +<!-- ##### MACRO LASSO_LIB_PROTOCOL_PROFILE_BRWS_ART ##### --> +<para> +Identifies the Single Sign-On "Artifact" profile; where an artifact is passed +from identity provider to service provider and back to get the +#LassoLibAssertion. +</para> + + + +<!-- ##### MACRO LASSO_LIB_PROTOCOL_PROFILE_BRWS_POST ##### --> +<para> +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. +</para> + + + |
