summaryrefslogtreecommitdiffstats
path: root/development/request.http
diff options
context:
space:
mode:
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}}