From 541945eb329413772a992d82991778dd2a06e883 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 21 May 2024 11:07:01 +0200 Subject: Adjust keycloak url after KeycloakX upgrade Issue-ID: PORTALNG-104 Change-Id: I181b78dfc333efb968e6281a80bc4c6faa1040f6 Signed-off-by: Fiete Ostkamp --- development/request.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'development/request.http') diff --git a/development/request.http b/development/request.http index 403d4bc..277e8a8 100644 --- a/development/request.http +++ b/development/request.http @@ -1,4 +1,4 @@ -POST http://localhost:8080/auth/realms/ONAP/protocol/openid-connect/token +POST http://localhost:8080/realms/ONAP/protocol/openid-connect/token Content-Type: application/x-www-form-urlencoded client_id=portal-app&client_secret=&scope=openid&grant_type=password&username=onap-admin&password=password -- cgit 1.2.3-korg