Use the X-Forwarded-* headers for keycloak instead of Forwarded
This also explicitly sets X-Forwarded-Proto to https which fixes the warning "Non-secure context detected; cookies are not secured, and will not be available in cross-origin POST requests" which prevented the user account management page to load.
This commit is contained in:
parent
c174f625c8
commit
e484360f91
2 changed files with 15 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
settings = {
|
||||
hostname = "https://id.nekover.se";
|
||||
hostname-admin = "https://keycloak-admin.nekover.se";
|
||||
proxy-headers = "forwarded";
|
||||
proxy-headers = "xforwarded";
|
||||
http-enabled = true;
|
||||
http-host = "127.0.0.1";
|
||||
http-port = 8080;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue