Skip to content

Commit d2e538f

Browse files
committed
Comment out common_domain_cookie settings in the frontend example
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 2d03a86 commit d2e538f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/plugins/frontends/saml2_frontend.yaml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ config:
6161
# cookie. If the value is a dictionary with key 'domain' then the domain for the cookie
6262
# will be set to the value for the 'domain' key. If no 'domain' is set then the domain
6363
# from the BASE defined for the proxy will be used.
64-
common_domain_cookie:
65-
domain: .example.com
64+
#common_domain_cookie:
65+
# domain: .example.com

0 commit comments

Comments
 (0)