summaryrefslogtreecommitdiffstats
path: root/docs/reference/tmpl/lib_authn_request.sgml
blob: 6124dcc9b04629da4533f8491b343cc20f2e5be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!-- ##### 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: