Skip to content

Commit

Permalink
Merge pull request #16375 from sadilchamishka/add-b2b-org-mgt-resources
Browse files Browse the repository at this point in the history
Add B2B organization management related resources to the product
  • Loading branch information
sadilchamishka committed Aug 7, 2023
2 parents 8c60c02 + 67b37c3 commit aca6695
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
14 changes: 14 additions & 0 deletions modules/distribution/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,20 @@
<outputDirectory>wso2is-${pom.version}/repository/conf/</outputDirectory>
<fileMode>644</fileMode>
</file>
<file>
<source>
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/organization-mgt.xml
</source>
<outputDirectory>wso2is-${pom.version}/repository/conf</outputDirectory>
<fileMode>644</fileMode>
</file>
<file>
<source>
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/resources/conf/templates/repository/conf/organization-mgt.xml.j2
</source>
<outputDirectory>wso2is-${pom.version}/repository/resources/conf/templates/repository/conf</outputDirectory>
<fileMode>644</fileMode>
</file>

<!--In-Place Updates-->
<file>
Expand Down
14 changes: 14 additions & 0 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,12 @@
<featureArtifactDef>
org.wso2.carbon.identity.organization.management.core:org.wso2.carbon.identity.organization.management.core.server.feature:${identity.org.mgt.core.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.identity.auth.organization.login:org.wso2.carbon.identity.auth.organization.login.server.feature:${identity.organization.login.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.extension.identity.oauth2.grantType.organizationswitch:org.wso2.carbon.identity.oauth2.grant.organizationswitch.server.feature:${identity.oauth2.grant.organizationswitch.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.identity.local.auth.magiclink:org.wso2.carbon.identity.local.auth.magiclink.server.feature:${authenticator.magiclink.version}
</featureArtifactDef>
Expand Down Expand Up @@ -1072,6 +1078,14 @@
<id>org.wso2.carbon.identity.organization.management.core.server.feature.group</id>
<version>${identity.org.mgt.core.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.auth.organization.login.server.feature.group</id>
<version>${identity.organization.login.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.oauth2.grant.organizationswitch.server.feature.group</id>
<version>${identity.oauth2.grant.organizationswitch.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.identity.local.auth.magiclink.server.feature.group</id>
<version>${authenticator.magiclink.version}</version>
Expand Down
16 changes: 14 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,16 @@
<artifactId>org.wso2.carbon.identity.organization.management.core.server.feature</artifactId>
<version>${identity.org.mgt.core.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.auth.organization.login</groupId>
<artifactId>org.wso2.carbon.identity.auth.organization.login.server.feature</artifactId>
<version>${identity.organization.login.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.extension.identity.oauth2.grantType.organizationswitch</groupId>
<artifactId>org.wso2.carbon.identity.oauth2.grant.organizationswitch.server.feature</artifactId>
<version>${identity.oauth2.grant.organizationswitch.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.outbound.provisioning.scim2</groupId>
<artifactId>org.wso2.carbon.identity.provisioning.connector.scim2.server.feature</artifactId>
Expand Down Expand Up @@ -2358,8 +2368,10 @@
<authenticator.x509.version>3.1.11</authenticator.x509.version>
<identity.extension.utils>1.0.14</identity.extension.utils>

<identity.org.mgt.version>1.3.51</identity.org.mgt.version>
<identity.org.mgt.core.version>1.0.57</identity.org.mgt.core.version>
<identity.org.mgt.version>1.3.52</identity.org.mgt.version>
<identity.org.mgt.core.version>1.0.58</identity.org.mgt.core.version>
<identity.organization.login.version>1.1.21</identity.organization.login.version>
<identity.oauth2.grant.organizationswitch.version>1.1.9</identity.oauth2.grant.organizationswitch.version>

<!-- Hash Provider Versions-->
<hashprovider.pbkdf2.version>0.1.4</hashprovider.pbkdf2.version>
Expand Down

0 comments on commit aca6695

Please sign in to comment.