|
|
|
@ -182,7 +182,7 @@
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.core.server.feature:${carbon.platform.version}
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.core.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.logging.mgt.feature:${carbon.platform.version}
|
|
|
|
@ -262,10 +262,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.self.registration.server.feature:${carbon.platform.version}
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.self.registration.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- SSO -->
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.security.mgt.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.application.authentication.framework.server.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.authenticator.saml2.sso.server.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<feaureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.sso.saml.feature:${carbon.platform.version}
|
|
|
|
|
</feaureArtifactDef>
|
|
|
|
|
|
|
|
|
|
<!-- SSO Fix-->
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.user.profile.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.application.mgt.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.idp.mgt.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<featureArtifactDef>
|
|
|
|
|
org.wso2.carbon:org.wso2.carbon.identity.mgt.feature:${carbon.platform.version}
|
|
|
|
|
</featureArtifactDef>
|
|
|
|
|
<!-- End of SSO Fixes -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</featureArtifacts>
|
|
|
|
|
</configuration>
|
|
|
|
@ -378,7 +414,7 @@
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.identity.core.server.feature.group</id>
|
|
|
|
|
<id>org.wso2.carbon.identity.core.feature.group</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<feature>
|
|
|
|
@ -431,7 +467,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.identity.self.registration.server.feature.group</id>
|
|
|
|
|
<id>org.wso2.carbon.identity.self.registration.feature.group</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
@ -494,6 +530,49 @@
|
|
|
|
|
<id>org.wso2.carbon.um.ws.service.client.feature.group</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<!-- sso -->
|
|
|
|
|
<feature>
|
|
|
|
|
<id>
|
|
|
|
|
org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group
|
|
|
|
|
</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<feature>
|
|
|
|
|
<id>
|
|
|
|
|
org.wso2.carbon.identity.application.authentication.framework.server.feature.group
|
|
|
|
|
</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.identity.authenticator.saml2.sso.server.feature.group</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<!-- SSO Fix-->
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.identity.user.profile.feature.group</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.identity.application.mgt.feature.group</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.idp.mgt.feature.group</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
<feature>
|
|
|
|
|
<id>org.wso2.carbon.identity.mgt.feature.group</id>
|
|
|
|
|
<version>${carbon.platform.version}</version>
|
|
|
|
|
</feature>
|
|
|
|
|
|
|
|
|
|
<!--SSO FIX OVER-->
|
|
|
|
|
|
|
|
|
|
</features>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|