From 03d41c5f68864c4728469d498f555c5dc49811de Mon Sep 17 00:00:00 2001 From: Bhagyasakalanka Date: Tue, 26 Sep 2023 14:06:16 +0530 Subject: [PATCH] Add private jwt clientauth handler to IS --- modules/p2-profile-gen/pom.xml | 15 +++++++++++++++ pom.xml | 8 +++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index 1cc6b1b06c..ac6c039f2c 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -263,6 +263,9 @@ org.wso2.carbon.extension.identity.authenticator.outbound.emailotp:org.wso2.carbon.identity.authenticator.emailotp.feature:${authenticator.emailotp.version} + + org.wso2.carbon.extension.identity.oauth.addons:org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.feature:${identity.oauth.addons.version} + org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.service.feature:${identity.user.ws.version} @@ -1102,6 +1105,10 @@ org.wso2.carbon.identity.authenticator.emailotp.feature.group ${authenticator.emailotp.version} + + org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.feature.group + ${identity.oauth.addons.version} + org.wso2.carbon.identity.application.authenticator.oidc.server.feature.group @@ -1673,6 +1680,10 @@ org.wso2.carbon.identity.authenticator.emailotp.feature.group ${authenticator.emailotp.version} + + org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.feature.group + ${identity.oauth.addons.version} + org.wso2.carbon.extension.identity.verification.provider.feature.group ${identity.verification.version} @@ -2148,6 +2159,10 @@ org.wso2.carbon.identity.authenticator.emailotp.feature.group ${authenticator.emailotp.version} + + org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt.feature.group + ${identity.oauth.addons.version} + org.wso2.carbon.extension.identity.verification.provider.feature.group ${identity.verification.version} diff --git a/pom.xml b/pom.xml index ce3af7256c..b64cd2eba1 100755 --- a/pom.xml +++ b/pom.xml @@ -2049,6 +2049,12 @@ org.wso2.carbon.extension.identity.verification.ui ${identity.verification.version} + + org.wso2.carbon.extension.identity.oauth.addons + org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt + ${identity.oauth.addons.version} + + org.wso2.msf4j msf4j-core @@ -2292,7 +2298,7 @@ - 5.25.354 + 5.25.357-SNAPSHOT [5.14.67, 6.0.0]