summaryrefslogtreecommitdiffstats
path: root/docs/reference/tmpl/lib_authn_request.sgml
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-05-15 21:17:44 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-05-15 21:17:44 +0000
commite5ba6151babcdfd0b4acb2749ae9478bf8983cba (patch)
tree180a8ac2dd068dccd3423658616f0ada0f9c7831 /docs/reference/tmpl/lib_authn_request.sgml
parent23fdb5641e236171ac56af717f63df277948af3a (diff)
downloadlasso-e5ba6151babcdfd0b4acb2749ae9478bf8983cba.tar.gz
lasso-e5ba6151babcdfd0b4acb2749ae9478bf8983cba.tar.xz
lasso-e5ba6151babcdfd0b4acb2749ae9478bf8983cba.zip
moved gtk-doc inline as is better on so many points; also added schema
fragments to published doc
Diffstat (limited to 'docs/reference/tmpl/lib_authn_request.sgml')
-rw-r--r--docs/reference/tmpl/lib_authn_request.sgml76
1 files changed, 0 insertions, 76 deletions
diff --git a/docs/reference/tmpl/lib_authn_request.sgml b/docs/reference/tmpl/lib_authn_request.sgml
deleted file mode 100644
index 6124dcc9..00000000
--- a/docs/reference/tmpl/lib_authn_request.sgml
+++ /dev/null
@@ -1,76 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-LassoLibAuthnRequest
-
-<!-- ##### SECTION Short_Description ##### -->
-&lt;lib:AuthnRequest&gt;
-
-<!-- ##### 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>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT LassoLibAuthnRequest ##### -->
-<para>
-@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:
-@NameIDPolicy:
-@ForceAuthn:
-@IsPassive:
-@ProtocolProfile:
-@AssertionConsumerServiceID:
-@RequestAuthnContext:
-@RelayState:
-@Scoping:
-@consent:
-
-<!-- ##### FUNCTION lasso_lib_authn_request_new ##### -->
-<para>
-
-</para>
-
-@Returns:
-
-