From 8c8ceb1279ebc4b5e2157961faf9ba29777ac428 Mon Sep 17 00:00:00 2001 From: "El. Abdellah" Date: Thu, 21 Apr 2022 02:34:37 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4673673..fc2cda3 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ OAUTH_KEYCLOAK_CLIENT_SECRET=my_bearer_client_secret ###< Abel_keycloak_bearer_only_adapter ### ... ``` +> Since Keycloak 17 the default distribution is now powered by **Quarkus**, while the legacy **WildFly** powered distribution will still be around until June 2022
+> The new distribution introduces a number of breaking changes, including:
+> - `/auth` removed from the default context path
+> ⚠️ **If you are using a legacy version make sure to include /auth in OAUTH_KEYCLOAK_ISSUER**
+> Example: `keycloak:8080/auth` In case of using Keycloak with Docker locally replace **issuer** value with your keycloak container reference in the network