diff --git a/release_notes/topics/8_0_0.adoc b/release_notes/topics/8_0_0.adoc index 51b42af32a..a4b14ca230 100644 --- a/release_notes/topics/8_0_0.adoc +++ b/release_notes/topics/8_0_0.adoc @@ -85,7 +85,7 @@ The option to provide client credentials in the JavaScript adapter was removed. * Secure token and logout endpoint were included in Gatekeeper. Thanks to https://github.com/fredbi[fredbi] * There was a bug on Gatekeeper which was making cookies to be applied to subdomains. Thanks to https://github.com/daniel-ac-martin[daniel-ac-martin] the issue was fixed -* Now Gatekeeper provides support to https://www.owasp.org/index.php/SameSite[Same-site cookies]. Thanks to https://github.com/fiji-flo[fiji-flo] +* Now Gatekeeper provides support to Same-site cookies. Thanks to https://github.com/fiji-flo[fiji-flo] ifeval::[{project_community}==true] == Deploying Scripts to the Server diff --git a/server_admin/topics/authentication/x509.adoc b/server_admin/topics/authentication/x509.adoc index 3a6e58f285..b6cf5709c1 100644 --- a/server_admin/topics/authentication/x509.adoc +++ b/server_admin/topics/authentication/x509.adoc @@ -66,7 +66,7 @@ The following sections describe how to configure {appserver_name}/Undertow and t [[_enable-mtls-wildfly]] Enable mutual SSL in {appserver_name}:: -See link:https://docs.jboss.org/author/display/WFLY10/Admin+Guide#AdminGuide-EnableSSL[Enable SSL] and link:https://docs.jboss.org/author/display/WFLY10/Admin+Guide#AdminGuide-%7B%7B%3Cssl%2F%3E%7D%7D[SSL] for the instructions how to enable SSL in {appserver_name}. +See link:https://docs.wildfly.org/19/Admin_Guide.html#enable-ssl[Enable SSL] for the instructions how to enable SSL in {appserver_name}. * Open {project_dirref}/standalone/configuration/standalone.xml and add a new realm: ```xml @@ -121,7 +121,7 @@ The password to open the truststore Enable https listener:: -See link:https://docs.jboss.org/author/display/WFLY10/Admin+Guide#AdminGuide-HTTPSlistener[HTTPS Listener] for the instructions how to enable HTTPS in WildFly. +See link:https://docs.wildfly.org/19/Admin_Guide.html#https-listener[HTTPS Listener] for the instructions how to enable HTTPS in WildFly. * Add the element as shown below: @@ -327,7 +327,7 @@ We do not have built-in support for other reverse proxy implementations. However ==== Troubleshooting Dumping HTTP headers:: -If you want to view what the reverse proxy is sending to Keycloak, simply activate link:https://mirocupak.com/logging-requests-with-undertow/[RequestDumpingHandler] and consult `server.log` file. +If you want to view what the reverse proxy is sending to Keycloak, enable the `RequestDumpingHandler` Undertow filter and consult `server.log` file. Enable TRACE logging under the logging subsystem:: [source,xml]