diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-23 15:21:18 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-23 15:21:18 +0000 |
| commit | a9419210d9c74a6d27eab96b1e5fd2c3f8b296c1 (patch) | |
| tree | 835d7cb8e05acd08060d14200423688573126f13 /docs | |
| parent | dc217b7938a929fbd3a21bc2282f6a0eccf7f6e1 (diff) | |
| download | lasso-a9419210d9c74a6d27eab96b1e5fd2c3f8b296c1.tar.gz lasso-a9419210d9c74a6d27eab96b1e5fd2c3f8b296c1.tar.xz lasso-a9419210d9c74a6d27eab96b1e5fd2c3f8b296c1.zip | |
a few words about lib:AuthnRequest
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/reference/lasso-sections.txt | 4 | ||||
| -rw-r--r-- | docs/reference/tmpl/lib_authn_request.sgml | 51 |
2 files changed, 55 insertions, 0 deletions
diff --git a/docs/reference/lasso-sections.txt b/docs/reference/lasso-sections.txt index 5933644b..60efda84 100644 --- a/docs/reference/lasso-sections.txt +++ b/docs/reference/lasso-sections.txt @@ -934,5 +934,9 @@ LASSO_LIB_NAME_IDENTIFIER_FORMAT_FEDERATED LASSO_LIB_NAME_IDENTIFIER_FORMAT_ONE_TIME LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENTITYID +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 </SECTION> diff --git a/docs/reference/tmpl/lib_authn_request.sgml b/docs/reference/tmpl/lib_authn_request.sgml new file mode 100644 index 00000000..cb5d803e --- /dev/null +++ b/docs/reference/tmpl/lib_authn_request.sgml @@ -0,0 +1,51 @@ +<!-- ##### SECTION Title ##### --> +LassoLibAuthnRequest + +<!-- ##### SECTION Short_Description ##### --> +<lib:AuthnRequest> + +<!-- ##### SECTION Long_Description ##### --> +<para> +Authentication requests are sent from a service provider to an identity +provider. +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> +<variablelist> +<varlistentry> +<term>#LassoLogin</term> +<listitem><para>Class for Single Sign-On and Federation +profile.</para></listitem> +</varlistentry> +</variablelist> +</para> + +<!-- ##### STRUCT LassoLibAuthnRequest ##### --> +<para> +@nameIDPolicy 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> + +@Extension: +@ProviderID: +@AffiliationID: +@NameIDPolicy: +@ForceAuthn: +@IsPassive: +@ProtocolProfile: +@AssertionConsumerServiceID: +@RequestAuthnContext: +@RelayState: +@Scoping: +@consent: + +<!-- ##### FUNCTION lasso_lib_authn_request_new ##### --> +<para> + +</para> + +@Returns: + + |
