From 09eb2d2b89932a1d9c91f2943f6d87b3dfc5d467 Mon Sep 17 00:00:00 2001 From: cevheri Date: Sat, 7 Sep 2024 19:28:50 +0300 Subject: [PATCH] Remove /auth in keycloak url on example.md file. reference: https://keycloak.discourse.group/t/url-without-auth/20867 --- example/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.md b/example/example.md index 963830f..8c77ed3 100644 --- a/example/example.md +++ b/example/example.md @@ -7,7 +7,7 @@ This folder contains 3 examples of using the `openid_client` package with a `key ## The keycloak server -The examples use a keycloak server running on `http://localhost:8080/auth/realms/myrealm`. +The examples use a keycloak server running on `http://localhost:8080/realms/myrealm`. The keycloak server can be started by using the `docker-compose.yml` file in the `example/keycloak-docker` folder: