Skip to content

Commit

Permalink
Merge pull request #20693 from ImalshaG/trusted-app-service
Browse files Browse the repository at this point in the history
Introduce the trusted app service to the IS
  • Loading branch information
ImalshaG committed Jul 15, 2024
2 parents 1f0a665 + b8422d9 commit 2e0d179
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@
<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.trusted.app.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 @@ -1077,6 +1080,10 @@
<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.trusted.app.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 @@ -1953,6 +1953,16 @@
<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.trusted.app.mgt</artifactId>
<version>${carbon.identity.framework.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.trusted.app.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 @@ -2262,7 +2272,7 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>7.3.33</carbon.identity.framework.version>
<carbon.identity.framework.version>7.3.34</carbon.identity.framework.version>
<carbon.identity.framework.version.range>[5.14.67, 8.0.0)</carbon.identity.framework.version.range>

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

0 comments on commit 2e0d179

Please sign in to comment.