diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/.env | 2 | ||||
-rw-r--r-- | development/request.http | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/.env b/development/.env index ff65652..87c0bbb 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.04 KEYCLOAK_USER=admin KEYCLOAK_PASSWORD=password KEYCLOAK_DB=keycloak 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 |