Skip to content

Commit

Permalink
cookie config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Sep 22, 2024
1 parent 9ee53dd commit febeafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authn-env/oauth2-proxy-keycloak.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cookie_secret="OQINaROshtE9TcZkNAm-5Zs2Pv3xaWytBmc5W7sPX7w="
email_domains="example.com"
cookie_secure="false"
upstreams="http://dataverse"
cookie_domains=["oauth2-proxy.localtest.me:4080", "dataverse.localtest.me:8080", "keycloak.localtest.me:9080"] # Required so cookie can be read on all subdomains.
cookie_domains=["oauth2-proxy.localtest.me:4080", "dataverse.localtest.me:8000", "keycloak.localtest.me:9080"] # Required so cookie can be read on all subdomains.
whitelist_domains=[".localtest.me"] # Required to allow redirection back to original requested target.

# keycloak provider
Expand Down

0 comments on commit febeafc

Please sign in to comment.