From e5ba6151babcdfd0b4acb2749ae9478bf8983cba Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 15 May 2008 21:17:44 +0000 Subject: moved gtk-doc inline as is better on so many points; also added schema fragments to published doc --- docs/reference/tmpl/lib_authn_request.sgml | 76 ------------------------------ 1 file changed, 76 deletions(-) delete mode 100644 docs/reference/tmpl/lib_authn_request.sgml (limited to 'docs/reference/tmpl/lib_authn_request.sgml') 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 @@ - -LassoLibAuthnRequest - - -<lib:AuthnRequest> - - - -Authentication requests are sent from a service provider to an identity -provider. - - - - - - -#LassoLogin -Class for Single Sign-On and Federation -profile. - - - - - - - - - -@ProviderID is the service provider identifier, this field will often be filled -with lasso_login_init_authn_request(). - - - -@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. - - - -@IsPassive; if %TRUE (default) it tells the identity provider not to interact -with the user. - - - -@ForceAuthn; only used if @IsPassive is %FALSE, it tells the identity provider -to force authentication of the user even when already authenticated. - - - -@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. - - -@Extension: -@ProviderID: -@AffiliationID: -@NameIDPolicy: -@ForceAuthn: -@IsPassive: -@ProtocolProfile: -@AssertionConsumerServiceID: -@RequestAuthnContext: -@RelayState: -@Scoping: -@consent: - - - - - - -@Returns: - - -- cgit