diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-05-21 11:07:01 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-05-21 11:07:01 +0200 |
commit | 541945eb329413772a992d82991778dd2a06e883 (patch) | |
tree | eb328f00a6a85e3d03132435d9c42a35e1da8517 /development/request.http | |
parent | 3629e5e99722dc6fe1b61c153c9a245055de4be9 (diff) |
Adjust keycloak url after KeycloakX upgrade0.1.1
Issue-ID: PORTALNG-104
Change-Id: I181b78dfc333efb968e6281a80bc4c6faa1040f6
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'development/request.http')
-rw-r--r-- | development/request.http | 2 |
1 files changed, 1 insertions, 1 deletions
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 |