Skip to content

Commit

Permalink
Merge branch '3.0.0' into ciba-weblink-authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
hasithakn authored Dec 3, 2024
2 parents 41781c7 + 8c9894f commit 505147e
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>com.wso2.openbanking.accelerator.data.publisher</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
import org.wso2.carbon.idp.mgt.IdentityProviderManager;
import org.wso2.carbon.utils.multitenancy.MultitenantConstants;

import java.net.MalformedURLException;
import java.net.URL;
import java.security.Key;
import java.security.PublicKey;
import java.security.cert.Certificate;
Expand Down Expand Up @@ -555,19 +553,6 @@ private static List<String> getAllowedPARAudienceValues(String tenantDomain)

// add IdPEntityID or the "issuer" as a valid "aud" value
validAudUrls.add(residentIdpAlias);

try {
URL residentIdPUrl = new URL(residentIdpAlias);
// derive PAR EP URL from the residentIdP base URL
URL parEpUrl = new URL(residentIdPUrl, IdentityCommonConstants.PAR_ENDPOINT);
// add PAR EP URL as a valid "aud" value
validAudUrls.add(parEpUrl.toString());
} catch (MalformedURLException exception) {
log.error("Error occurred while deriving PAR endpoint URL.", exception);
throw new PushAuthRequestValidatorException(HttpStatus.SC_INTERNAL_SERVER_ERROR,
OAuth2ErrorCodes.SERVER_ERROR, "Server Error while deriving PAR endpoint URL.", exception);
}

return validAudUrls;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>com.wso2.openbanking.accelerator.runtime</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>open-banking-accelerator</artifactId>
<groupId>com.wso2.openbanking.accelerator</groupId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions open-banking-accelerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>com.wso2.openbanking.accelerator</groupId>
<artifactId>open-banking</artifactId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>WSO2 Open Banking Accelerator</name>
<artifactId>open-banking-accelerator</artifactId>
<packaging>pom</packaging>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>

<modules>
<module>components/com.wso2.openbanking.accelerator.common</module>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.wso2.openbanking.accelerator</groupId>
<artifactId>open-banking</artifactId>
<packaging>pom</packaging>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>

<parent>
<groupId>org.wso2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion react-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.wso2.openbanking.accelerator</groupId>
<artifactId>open-banking</artifactId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion react-apps/self-care-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.wso2.openbanking.accelerator</groupId>
<artifactId>react-apps</artifactId>
<version>3.2.24-SNAPSHOT</version>
<version>3.2.25-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 505147e

Please sign in to comment.