From a9419210d9c74a6d27eab96b1e5fd2c3f8b296c1 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 23 Dec 2004 15:21:18 +0000 Subject: a few words about lib:AuthnRequest --- docs/reference/tmpl/lib_authn_request.sgml | 51 ++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 docs/reference/tmpl/lib_authn_request.sgml (limited to 'docs/reference/tmpl') 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 @@ + +LassoLibAuthnRequest + + +<lib:AuthnRequest> + + + +Authentication requests are sent from a service provider to an identity +provider. + + + + + + +#LassoLogin +Class for Single Sign-On and Federation +profile. + + + + + + +@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. + + +@Extension: +@ProviderID: +@AffiliationID: +@NameIDPolicy: +@ForceAuthn: +@IsPassive: +@ProtocolProfile: +@AssertionConsumerServiceID: +@RequestAuthnContext: +@RelayState: +@Scoping: +@consent: + + + + + + +@Returns: + + -- cgit