aboutsummaryrefslogtreecommitdiffstats
path: root/development/requests-idea.http
diff options
context:
space:
mode:
Diffstat (limited to 'development/requests-idea.http')
-rw-r--r--development/requests-idea.http4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/requests-idea.http b/development/requests-idea.http
index 780fbe8..66284cd 100644
--- a/development/requests-idea.http
+++ b/development/requests-idea.http
@@ -1,5 +1,5 @@
# To be used with IntelliJ IDEA
-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}}