Skip to content

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekVinushanth committed Feb 13, 2024
2 parents 99485c3 + 18c29ce commit 24f6afe
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 20 deletions.
2 changes: 1 addition & 1 deletion components/org.wso2.carbon.identity.query.saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>identity-inbound-auth-saml</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.identity.query.saml</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>identity-inbound-auth-saml</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.carbon.identity.sso.saml.stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>identity-inbound-auth-saml</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.carbon.identity.sso.saml.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>identity-inbound-auth-saml</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.carbon.identity.sso.saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>identity-inbound-auth-saml</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
import org.opensaml.core.xml.schema.XSString;
import org.opensaml.core.xml.schema.impl.XSStringBuilder;
import org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationContextProperty;
import org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants;
import org.wso2.carbon.identity.application.common.util.IdentityApplicationConstants;
import org.wso2.carbon.identity.base.IdentityConstants;
import org.wso2.carbon.identity.base.IdentityException;
Expand Down Expand Up @@ -342,6 +343,7 @@ protected AttributeStatement buildAttributeStatement(Map<String, String> claims)
userAttributeSeparator = claimSeparator;
}
claims.remove(IdentityCoreConstants.MULTI_ATTRIBUTE_SEPARATOR);
claims.remove(FrameworkConstants.IDP_MAPPED_USER_ROLES);

AttributeStatement attStmt = new AttributeStatementBuilder().buildObject();
Iterator<Map.Entry<String, String>> iterator = claims.entrySet().iterator();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>identity-inbound-auth-saml</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion features/org.wso2.carbon.identity.sso.saml.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>identity-inbound-auth-saml</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>identity-inbound-auth-saml</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>identity-inbound-auth-saml</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
15 changes: 4 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>identity-inbound-auth-saml</artifactId>
<version>5.11.35-SNAPSHOT</version>
<version>5.11.36-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WSO2 Carbon SAML SSO</name>
<description>
Expand Down Expand Up @@ -276,11 +276,6 @@
<artifactId>org.wso2.carbon.identity.sp.metadata.saml2</artifactId>
<version>${identity.metadata.saml2.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${com.google.code.gson.version}</version>
</dependency>
<!--test setup-->
<dependency>
<groupId>org.testng</groupId>
Expand Down Expand Up @@ -462,7 +457,7 @@
<properties>
<carbon.kernel.version>4.9.23</carbon.kernel.version>
<carbon.kernel.feature.version>4.9.0</carbon.kernel.feature.version>
<carbon.identity.framework.version>7.0.12</carbon.identity.framework.version>
<carbon.identity.framework.version>7.0.40</carbon.identity.framework.version>
<carbon.identity.framework.imp.pkg.version.range>[5.25.260, 8.0.0)
</carbon.identity.framework.imp.pkg.version.range>
<carbon.identity.organization.management.core.version>1.0.0</carbon.identity.organization.management.core.version>
Expand All @@ -478,11 +473,9 @@
<httpcore.version>4.4.14.wso2v1</httpcore.version>
<httpcomponents-httpclient.wso2.version>4.5.13.wso2v1</httpcomponents-httpclient.wso2.version>
<encoder.wso2.version>1.2.0.wso2v1</encoder.wso2.version>
<axis2.wso2.version>1.6.1-wso2v38</axis2.wso2.version>
<axis2.wso2.version>1.6.1.wso2v12</axis2.wso2.version>
<joda.wso2.version>2.9.4.wso2v1</joda.wso2.version>
<com.fasterxml.jackson.version>2.15.2</com.fasterxml.jackson.version>
<com.google.code.gson.version>2.8.9</com.google.code.gson.version>
<com.google.code.gson.osgi.version.range>[2.3.1,3.0.0)</com.google.code.gson.osgi.version.range>
<com.fasterxml.jackson.version>2.13.2</com.fasterxml.jackson.version>

<maven.bundle.plugin.version>3.2.0</maven.bundle.plugin.version>
<maven.compiler.plugin.version>2.3.1</maven.compiler.plugin.version>
Expand Down

0 comments on commit 24f6afe

Please sign in to comment.