From 15fd8f741fc2903f5f0021772ee684c59584c8fd Mon Sep 17 00:00:00 2001 From: guFalcon Date: Wed, 28 Aug 2024 09:41:04 +0200 Subject: [PATCH] update keycloak test with cURL --- keycloak_update_from_pre_13.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keycloak_update_from_pre_13.md b/keycloak_update_from_pre_13.md index 72af152..3cc85d7 100644 --- a/keycloak_update_from_pre_13.md +++ b/keycloak_update_from_pre_13.md @@ -168,6 +168,8 @@ Save/Reload Database: ```bash # cd to the volume mapping, then sudo cp -pr mysql-data/ mysql-data-save-16.1.1/ +# Test the keycloak instance using only cURL +curl -d 'client_id=xxx' -d 'username=xxx' -d 'password=xxx' -d 'grant_type=password' 'https://keycloak.lan.co.at/realms/Cms/protocol/openid-connect/token' ``` ## Post-Upgrade Issues