From 2b112d96faeab0498b315df6d85d5b4d0e491d96 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 1f3ae282cf1..217c07bf683 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 8c6725b8fa1..643052e8c54 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.361 + 5.25.364 [5.14.67, 6.0.0]