From 301f79526000dde410f5b02aa52fc934b4d2bd89 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Mon, 16 Jan 2017 15:08:49 +0530 Subject: [PATCH] Update designer.json --- .../src/repository/jaggeryapps/portal/configs/designer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/distribution/src/repository/jaggeryapps/portal/configs/designer.json b/modules/core/distribution/src/repository/jaggeryapps/portal/configs/designer.json index f6c0c85a..7e6bb450 100644 --- a/modules/core/distribution/src/repository/jaggeryapps/portal/configs/designer.json +++ b/modules/core/distribution/src/repository/jaggeryapps/portal/configs/designer.json @@ -41,7 +41,7 @@ "clientName": "portal", "owner": "admin", "password":"admin", - "dynamicClientAppRegistrationServiceURL": "https://localhost:9443/client-registration/v0.10/register", + "dynamicClientAppRegistrationServiceURL": "https://localhost:9443/dynamic-client-web/register", "apiManagerClientAppRegistrationServiceURL": "%https.host%/api-application-registration/register/tenants", "grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-bearer urn:ietf:params:oauth:grant-type:jwt-bearer", "tokenScope": "admin", @@ -91,4 +91,4 @@ "queryParameters" : { "passBetweenPages" : ["shared"] } -} \ No newline at end of file +}