diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-24 09:20:39 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-24 09:20:39 +0000 |
| commit | 94cd82e6aeab19a0a799dbbfb9fdb1d4a797e576 (patch) | |
| tree | 459d5e21864ab3f1d006e0c0806347fa7ed283a6 /docs/reference | |
| parent | f18c6f1d6bba88c40a769992cce988f3c9ccc577 (diff) | |
| download | lasso-94cd82e6aeab19a0a799dbbfb9fdb1d4a797e576.tar.gz lasso-94cd82e6aeab19a0a799dbbfb9fdb1d4a797e576.tar.xz lasso-94cd82e6aeab19a0a799dbbfb9fdb1d4a797e576.zip | |
more <lib:AuthnRequest> documentation
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/lasso-sections.txt | 2 | ||||
| -rw-r--r-- | docs/reference/tmpl/lib_authn_request.sgml | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/docs/reference/lasso-sections.txt b/docs/reference/lasso-sections.txt index 1c101705..54971cf8 100644 --- a/docs/reference/lasso-sections.txt +++ b/docs/reference/lasso-sections.txt @@ -931,5 +931,7 @@ LASSO_LIB_NAMEID_POLICY_TYPE_NONE LASSO_LIB_NAMEID_POLICY_TYPE_ONE_TIME LASSO_LIB_NAMEID_POLICY_TYPE_FEDERATED LASSO_LIB_NAMEID_POLICY_TYPE_ANY +LASSO_LIB_PROTOCOL_PROFILE_BRWS_ART +LASSO_LIB_PROTOCOL_PROFILE_BRWS_POST </SECTION> diff --git a/docs/reference/tmpl/lib_authn_request.sgml b/docs/reference/tmpl/lib_authn_request.sgml index cb5d803e..827d988a 100644 --- a/docs/reference/tmpl/lib_authn_request.sgml +++ b/docs/reference/tmpl/lib_authn_request.sgml @@ -23,11 +23,33 @@ profile.</para></listitem> <!-- ##### STRUCT LassoLibAuthnRequest ##### --> <para> -@nameIDPolicy must be one of #LASSO_LIB_NAMEID_POLICY_TYPE_NONE, +@ProviderID is the service provider identifier, this field will often be filled +with lasso_login_init_authn_request(). +</para> + +<para> +@nameIDPolicy tells the identity provider about the policy to use for +federation; it must be one of #LASSO_LIB_NAMEID_POLICY_TYPE_NONE, #LASSO_LIB_NAMEID_POLICY_TYPE_ONE_TIME, #LASSO_LIB_NAMEID_POLICY_TYPE_FEDERATED or #LASSO_LIB_NAMEID_POLICY_TYPE_ANY. </para> +<para> +@IsPassive; if %TRUE (default) it tells the identity provider not to interact +with the user. +</para> + +<para> +@ForceAuthn; only used if @IsPassive is %FALSE, it tells the identity provider +to force authentication of the user even when already authenticated. +</para> + +<para> +@ProtocolProfile is the Single Sign-On and Federation profile to adopt; either +#LASSO_LIB_PROTOCOL_PROFILE_BRWS_ART (which is the default value) or +#LASSO_LIB_PROTOCOL_PROFILE_BRWS_POST. +</para> + @Extension: @ProviderID: @AffiliationID: |
