1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
<!-- ##### SECTION Title ##### -->
strings
<!-- ##### SECTION Short_Description ##### -->
Useful string constants
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### MACRO LASSO_LIB_NAME_IDENTIFIER_FORMAT_FEDERATED ##### -->
<para>
<emphasis>Federated</emphasis> name identifier constant, used in
#LassoNameIdentifier. It implies the name identifier belongs to
a federation established between SP and IdP.
</para>
<para>
Its value is urn:liberty:iff:nameid:federated.
</para>
<!-- ##### MACRO LASSO_LIB_NAME_IDENTIFIER_FORMAT_ONE_TIME ##### -->
<para>
"One-time" name identifier constant, used in #LassoNameIdentifier.
</para>
<para>
Its value is urn:liberty:iff:nameid:one-time.
</para>
<!-- ##### MACRO LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED ##### -->
<para>
"Encrypted" name identifier constant, used in #LassoNameIdentifier.
</para>
<para>
Its value is urn:liberty:iff:nameid:encrypted.
</para>
<!-- ##### MACRO LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENTITYID ##### -->
<para>
Its value is urn:liberty:iff:nameid:entityID.
</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>
|