From f3b92f5306f593dc528359cf68c84a6902d16b7b Mon Sep 17 00:00:00 2001 From: Vigneshan Date: Mon, 30 Nov 2020 08:57:59 +0530 Subject: [PATCH] Change OIDC consent management url --- modules/distribution/src/core/conf/identity/identity.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/distribution/src/core/conf/identity/identity.xml b/modules/distribution/src/core/conf/identity/identity.xml index f953c3c8..66ceccb2 100644 --- a/modules/distribution/src/core/conf/identity/identity.xml +++ b/modules/distribution/src/core/conf/identity/identity.xml @@ -134,9 +134,9 @@ ${carbon.protocol}://${carbon.host}:${carbon.management.port}/oauth2/userinfo ${carbon.protocol}://${carbon.host}:${carbon.management.port}/oidc/checksession ${carbon.protocol}://${carbon.host}:${carbon.management.port}/oidc/logout - ${carbon.protocol}://${carbon.host}:${carbon.management.port}/authenticationendpoint/oauth2_authz.do + ${carbon.protocol}://${carbon.host}:${carbon.management.port}/devicemgt/consent.do ${carbon.protocol}://${carbon.host}:${carbon.management.port}/authenticationendpoint/oauth2_error.do - ${carbon.protocol}://${carbon.host}:${carbon.management.port}/authenticationendpoint/oauth2_consent.do + ${carbon.protocol}://${carbon.host}:${carbon.management.port}/devicemgt/consent.do ${carbon.protocol}://${carbon.host}:${carbon.management.port}/authenticationendpoint/oauth2_logout_consent.do ${carbon.protocol}://${carbon.host}:${carbon.management.port}/authenticationendpoint/oauth2_logout.do ${carbon.protocol}://${carbon.host}:${carbon.management.port}/.well-known/webfinger