You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>The value is either <b>include</b> or <b>exclude</b>. An include indicates an allowlisvalue, whereas an <b>exclude</b> indicates a denylist value.</td>
35
+
<td>The value is either <b>include</b> or <b>exclude</b>. An include indicates an allowlist value, whereas an <b>exclude</b> indicates a denylist value.</td>
36
36
</tr>
37
37
<tr>
38
38
<td>remove_on_consume_from_api</td>
39
-
<td>This decides whether to remove the parameters on a read. If set to true, parameters ardeleted upon read and won’t be available for subsequent API requests, unless they arrepopulated in the backend.</td>
39
+
<td>This decides whether to remove the parameters on a read. If set to true, parameters are deleted upon read and won't be available for subsequent API requests, unless they are repopulated in the backend.</td>
40
40
</tr>
41
41
<tr>
42
42
<td>parameters</td>
43
-
<td>The list of parameters to be allowed/denied. The name attribute is used to specify thparameter name.</td>
43
+
<td>The list of parameters to be allowed/denied. The name attribute is used to specify the parameter name.</td>
44
44
</tr>
45
45
<tr>
46
46
<td>sessionDataKey</td>
47
47
<td>
48
-
<p>This is an identifier used by the Identity Server to maintain state information abouthis particular request from the service provider.</p>
48
+
<p>This is an identifier used by the Identity Server to maintain state information about this particular request from the service provider.</p>
49
49
<p>
50
50
<div class="admonition note">
51
51
<p class="admonition-title">Note</p>
52
-
<p>The <b>sessionDataKey</b> query parameter is used to coordinate the request statacross components participating in the request flow. <br />
52
+
<p>The <b>sessionDataKey</b> query parameter is used to coordinate the request state across components participating in the request flow. <br />
53
53
<br/>
54
-
The <b>sessionDataKey</b> does not correlate with the user session and at the end othe request flow, the request state maintained against it is cleared by eacparticipating component.
54
+
The <b>sessionDataKey</b> does not correlate with the user session and at the end of the request flow, the request state maintained against it is cleared by each participating component.
55
55
<br/>
56
56
<br/>
57
-
This means that even if an external party grabs the <b>sessionDataKey</b> they will nobe able to get into the authentication sequence.
57
+
This means that even if an external party grabs the <b>sessionDataKey</b> they will not be able to get into the authentication sequence.
<td>The value is either <b>include</b> or <b>exclude</b>. An include indicates an allowlisvalue, whereas an <b>exclude</b> indicates a denylist value.</td>
35
+
<td>The value is either <b>include</b> or <b>exclude</b>. An include indicates an allowlist value, whereas an <b>exclude</b> indicates a denylist value.</td>
36
36
</tr>
37
37
<tr>
38
38
<td>remove_on_consume_from_api</td>
39
-
<td>This decides whether to remove the parameters on a read. If set to true, parameters ardeleted upon read and won’t be available for subsequent API requests, unless they arrepopulated in the backend.</td>
39
+
<td>This decides whether to remove the parameters on a read. If set to true, parameters are deleted upon read and won't be available for subsequent API requests, unless they are repopulated in the backend.</td>
40
40
</tr>
41
41
<tr>
42
42
<td>parameters</td>
43
-
<td>The list of parameters to be allowed/denied. The name attribute is used to specify thparameter name.</td>
43
+
<td>The list of parameters to be allowed/denied. The name attribute is used to specify the parameter name.</td>
44
44
</tr>
45
45
<tr>
46
46
<td>sessionDataKey</td>
47
47
<td>
48
-
<p>This is an identifier used by the Identity Server to maintain state information abouthis particular request from the service provider.</p>
48
+
<p>This is an identifier used by the Identity Server to maintain state information about this particular request from the service provider.</p>
49
49
<p>
50
50
<div class="admonition note">
51
51
<p class="admonition-title">Note</p>
52
-
<p>The <b>sessionDataKey</b> query parameter is used to coordinate the request statacross components participating in the request flow. <br />
52
+
<p>The <b>sessionDataKey</b> query parameter is used to coordinate the request state across components participating in the request flow. <br />
53
53
<br/>
54
-
The <b>sessionDataKey</b> does not correlate with the user session and at the end othe request flow, the request state maintained against it is cleared by eacparticipating component.
54
+
The <b>sessionDataKey</b> does not correlate with the user session and at the end of the request flow, the request state maintained against it is cleared by each participating component.
55
55
<br/>
56
56
<br/>
57
-
This means that even if an external party grabs the <b>sessionDataKey</b> they will nobe able to get into the authentication sequence.
57
+
This means that even if an external party grabs the <b>sessionDataKey</b> they will not be able to get into the authentication sequence.
0 commit comments