Skip to content

Commit 2d20f53

Browse files
authored
Fix cookie-splitting setting example for SAML backend documentation (opensearch-project#3949)
* fix#3947 cookie splitting fix Signed-off-by: cwillum <[email protected]> * fix#3947 cookie splitting fix Signed-off-by: cwillum <[email protected]> --------- Signed-off-by: cwillum <[email protected]>
1 parent c9da6c0 commit 2d20f53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_security/authentication-backends/openid-connect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ To include OpenID Connect with other authentication types in the Dashboards sign
337337

338338
#### Session management with additional cookies
339339

340-
To improve session managementespecially for users who have multiple roles assigned to themDashboards provides an option to split cookie payloads into multiple cookies and then recombine the payloads when receiving them. This can help prevent larger OpenID Connect assertions from exceeding size limits for each cookie. The two settings in the following example allow you to set a prefix name for additional cookies and specify the number of them. The default number of additional cookies is three:
340+
To improve session management---especially for users who have multiple roles assigned to them---Dashboards provides an option to split cookie payloads into multiple cookies and then recombine the payloads when receiving them. This can help prevent larger OpenID Connect assertions from exceeding size limits for each cookie. The two settings in the following example allow you to set a prefix name for additional cookies and specify the number of them. They are added to the `opensearch_dashboards.yml` file. The default number of additional cookies is three:
341341

342342
```yml
343343
opensearch_security.openid.extra_storage.cookie_prefix: security_authentication_oidc

_security/authentication-backends/saml.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@ To include SAML with other authentication types in the Dashboards sign-in window
337337

338338
#### Session management with additional cookies
339339

340-
To improve session managementespecially for users who have multiple roles assigned to themDashboards provides an option to split cookie payloads into multiple cookies and then recombine the payloads when receiving them. This can help prevent larger SAML assertions from exceeding size limits for each cookie. The two settings in the following example allow you to set a prefix name for additional cookies and specify the number of them. The default number of additional cookies is three:
340+
To improve session management---especially for users who have multiple roles assigned to them---Dashboards provides an option to split cookie payloads into multiple cookies and then recombine the payloads when receiving them. This can help prevent larger SAML assertions from exceeding size limits for each cookie. The two settings in the following example allow you to set a prefix name for additional cookies and specify the number of them. They are added to the `opensearch_dashboards.yml` file. The default number of additional cookies is three:
341341

342342
```yml
343-
opensearch_security.saml.extra_storage.cookie_prefix: security_authentication_oidc
343+
opensearch_security.saml.extra_storage.cookie_prefix: security_authentication_saml
344344
opensearch_security.saml.extra_storage.additional_cookies: 3
345345
```
346346

0 commit comments

Comments
 (0)