summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/.env2
-rw-r--r--development/request.http4
2 files changed, 3 insertions, 3 deletions
diff --git a/development/.env b/development/.env
index ff65652..147c965 100644
--- a/development/.env
+++ b/development/.env
@@ -1,5 +1,5 @@
KEYCLOAK_IMAGE=quay.io/keycloak/keycloak
-KEYCLOAK_VERSION=18.0.2-legacy
+KEYCLOAK_VERSION=22.0.4
KEYCLOAK_USER=admin
KEYCLOAK_PASSWORD=password
KEYCLOAK_DB=keycloak
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}}