Skip to content

Commit

Permalink
Merge pull request #17541 from Thumimku/client-attestation
Browse files Browse the repository at this point in the history
Add client attestation mgt feature
  • Loading branch information
Thumimku authored Nov 8, 2023
2 parents 8e80f60 + 5e6350e commit 72bfd7e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ org.wso2.carbon.identity.api.user.challenge.common-*.jar,\
org.wso2.carbon.identity.api.user.common-*.jar,\
org.wso2.carbon.identity.api.user.session.common-*.jar,\
org.wso2.carbon.identity.application.authentication.endpoint.util-*.jar,\
org.wso2.carbon.identity.client.attestation.filter-*.jar,\
org.wso2.carbon.identity.oauth.client.authn.filter-*.jar,\
org.wso2.carbon.identity.rest.api.server.challenge.*.jar,\
org.wso2.carbon.identity.rest.api.server.claim.management.*.jar,\
Expand Down
7 changes: 7 additions & 0 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,9 @@
<featureArtifactDef>
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.input.validation.mgt.server.feature:${carbon.identity.framework.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.client.attestation.mgt.server.feature:${carbon.identity.framework.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.consent.server.configs.mgt.server.feature:${carbon.identity.framework.version}
</featureArtifactDef>
Expand Down Expand Up @@ -1095,6 +1098,10 @@
<id>org.wso2.carbon.identity.input.validation.mgt.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.client.attestation.mgt.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.consent.server.configs.mgt.server.feature.group</id>
<version>${carbon.identity.framework.version}</version>
Expand Down
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2004,6 +2004,16 @@
<artifactId>org.wso2.carbon.identity.input.validation.mgt.server.feature</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.client.attestation.mgt</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.client.attestation.mgt.server.feature</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.consent.server.configs.mgt</artifactId>
Expand Down Expand Up @@ -2303,7 +2313,7 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>5.25.491</carbon.identity.framework.version>
<carbon.identity.framework.version>5.25.496</carbon.identity.framework.version>
<carbon.identity.framework.version.range>[5.14.67, 6.0.0]</carbon.identity.framework.version.range>

<!--SAML Common Utils Version-->
Expand Down

0 comments on commit 72bfd7e

Please sign in to comment.