aboutsummaryrefslogtreecommitdiffstats
path: root/development/request.http
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-21 11:01:32 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-21 11:01:32 +0200
commit3657268ba54eb250a74d7f86b592e995ed0488c1 (patch)
tree2296cbd2d2a87ba3203cd1df0ef78f54fff43c73 /development/request.http
parent2685d083765a3a109a90a4dbeb18248a626cac3a (diff)
Adjust keycloak url after KeycloakX upgrade0.1.1
Issue-ID: PORTALNG-104 Change-Id: Ia58100883bb1d23c2f61d3f8d7ce3bfc37358135 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'development/request.http')
-rw-r--r--development/request.http4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/request.http b/development/request.http
index 72bbb79..b99bc43 100644
--- a/development/request.http
+++ b/development/request.http
@@ -1,5 +1,5 @@
-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
@@ -10,7 +10,7 @@ client_id=portal-app&client_secret=&scope=openid&grant_type=password&username=on
###
-GET http://localhost:8080/auth/realms/ONAP/protocol/openid-connect/userinfo
+GET http://localhost:8080/realms/ONAP/protocol/openid-connect/userinfo
Authorization: Bearer {{access_token}}
X-Auth-Identity: Bearer {{id_token}}