From 19d7dc69f7b61bd63f0dd5531864a92d000cadc2 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 4 May 2023 10:27:52 +0200 Subject: [PATCH] Fix links (#20147) --- docs/documentation/release_notes/topics/19_0_0.adoc | 8 ++++---- .../topics/oidc/java/servlet-filter-adapter.adoc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/documentation/release_notes/topics/19_0_0.adoc b/docs/documentation/release_notes/topics/19_0_0.adoc index 431090a27f..b96cc51c8d 100644 --- a/docs/documentation/release_notes/topics/19_0_0.adoc +++ b/docs/documentation/release_notes/topics/19_0_0.adoc @@ -4,13 +4,13 @@ Some Keycloak OpenID Connect adapters have reached end-of-life and are not inclu == Fuse 6 and 7 (OpenID Connect) -Keycloak will no longer be providing adapters for Fuse 6 or 7. If you need adapters for Fuse please leverage https://access.redhat.com/products/red-hat-single-sign-on[Red Hat Single Sign-On] 7.x adapters. +Keycloak will no longer be providing adapters for Fuse 6 or 7. If you need adapters for Fuse please leverage https://access.redhat.com/products/red-hat-single-sign-on/[Red Hat Single Sign-On] 7.x adapters. == JBoss AS 7 and EAP 6 (OpenID Connect and SAML) JBoss AS 7 has been unmaintained for a very long time. If you are still using JBoss AS 7 we recommend migrating to WildFly and leveraging the native OIDC support in WildFly. -Red Hat customers using Red Hat JBoss Enterprise Application Platform 6.x should use https://access.redhat.com/products/red-hat-single-sign-on[Red Hat Single Sign-On] 7.x adapters. These can be used in combination with the Keycloak server. +Red Hat customers using Red Hat JBoss Enterprise Application Platform 6.x should use https://access.redhat.com/products/red-hat-single-sign-on/[Red Hat Single Sign-On] 7.x adapters. These can be used in combination with the Keycloak server. == Jetty 9.2 and 9.3 (OpenID Connect and SAML) @@ -24,7 +24,7 @@ Spring Boot 1.x reached end of life in 2019. If you are still using Spring Boot In WildFly 25 the legacy security layer was removed, going forward only Elytron will be supported. We recommend anyone using an older version of WildFly to upgrade and leverage native OIDC support in WildFly. -Red Hat customers using Red Hat JBoss Enterprise Application Platform 7.x should use https://access.redhat.com/products/red-hat-single-sign-on[Red Hat Single Sign-On] 7.x adapters. These can be used in combination with the Keycloak server. +Red Hat customers using Red Hat JBoss Enterprise Application Platform 7.x should use https://access.redhat.com/products/red-hat-single-sign-on/[Red Hat Single Sign-On] 7.x adapters. These can be used in combination with the Keycloak server. = New Admin Console graduation @@ -92,4 +92,4 @@ See also the https://kubernetes.io/docs/tasks/run-application/configure-pdb/[Kub Starting with version 19, Keycloak supports sending logs using GELF to centralized logging solutions like ELK, EFK or Graylog out of the box. -You can find the documentation and examples to get you up and running quickly in the https://www.keycloak.org/server/logging#_centralized_logging_using_gelf[logging guide] \ No newline at end of file +You can find the documentation and examples to get you up and running quickly in the https://www.keycloak.org/server/logging#_centralized_logging_using_gelf[logging guide] diff --git a/docs/documentation/securing_apps/topics/oidc/java/servlet-filter-adapter.adoc b/docs/documentation/securing_apps/topics/oidc/java/servlet-filter-adapter.adoc index f36fc1d46f..10d01ee4b1 100644 --- a/docs/documentation/securing_apps/topics/oidc/java/servlet-filter-adapter.adoc +++ b/docs/documentation/securing_apps/topics/oidc/java/servlet-filter-adapter.adoc @@ -93,7 +93,7 @@ karaf@root()> feature:install keycloak-servlet-filter-adapter For other OSGi runtimes, please refer to the runtime documentation on how to install the adapter bundle and its dependencies. -NOTE: If your OSGi platform is Apache Karaf with Pax Web, you should consider using https://access.redhat.com/products/red-hat-single-sign-on[Red Hat Single Sign-On] 7.x JBoss Fuse 7 adapters instead. +NOTE: If your OSGi platform is Apache Karaf with Pax Web, you should consider using https://access.redhat.com/products/red-hat-single-sign-on/[Red Hat Single Sign-On] 7.x JBoss Fuse 7 adapters instead. ====== Configuration