From 24923e9dee0e842340f5e4f2c09111167cb8c413 Mon Sep 17 00:00:00 2001 From: Anuj Kumar Date: Fri, 1 Aug 2025 13:01:45 +0100 Subject: [PATCH 1/2] added release notes for v4.0.3 --- .../Release-Notes/403_openbanking_relnotes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/en/docs/Release-Notes/403_openbanking_relnotes.md diff --git a/content/en/docs/Release-Notes/403_openbanking_relnotes.md b/content/en/docs/Release-Notes/403_openbanking_relnotes.md new file mode 100644 index 00000000..ec54a34b --- /dev/null +++ b/content/en/docs/Release-Notes/403_openbanking_relnotes.md @@ -0,0 +1,19 @@ +--- +title: "Open Banking 4.0.3 Release Notes" +linkTitle: "Open Banking 4.0.3" +weight: 12 +date: 2025-07-31 +--- + +This update contains several new features, enhancements, and performance improvements. + +## New Features + +* **Terms and Conditions Version Display** - The consent admin dashboard now displays the terms and conditions version information. + This provides administrators with improved visibility into the terms and conditions version the customer authorized. + +* **FDX Fraud API** - A new API endpoint is available for consumers to notify data providers of suspected fraud incidents. + This enhancement supports fraud prevention and compliance requirements in FDX implementations. + +* **External Custom Login Redirection** - The authorization server now supports custom login page redirection. + This allows you to set up the authorization server to redirect customers to data provider's custom login page. This feature is particularly useful when there is no OIDC/SAML compatible Identity Provider available to connect with. \ No newline at end of file From 492235046362c5a607313d8f7a0a7191fc85aa38 Mon Sep 17 00:00:00 2001 From: lbadenhop Date: Fri, 1 Aug 2025 11:35:52 -0700 Subject: [PATCH 2/2] Update 403_openbanking_relnotes.md update format to be consistent with previous Release Notes --- .../Release-Notes/403_openbanking_relnotes.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/content/en/docs/Release-Notes/403_openbanking_relnotes.md b/content/en/docs/Release-Notes/403_openbanking_relnotes.md index ec54a34b..8ddc6be1 100644 --- a/content/en/docs/Release-Notes/403_openbanking_relnotes.md +++ b/content/en/docs/Release-Notes/403_openbanking_relnotes.md @@ -5,15 +5,19 @@ weight: 12 date: 2025-07-31 --- -This update contains several new features, enhancements, and performance improvements. +This update contains several new features and enhancements. -## New Features +## Consent management update -* **Terms and Conditions Version Display** - The consent admin dashboard now displays the terms and conditions version information. +* The consent admin dashboard now displays the **terms and conditions version** information. This provides administrators with improved visibility into the terms and conditions version the customer authorized. -* **FDX Fraud API** - A new API endpoint is available for consumers to notify data providers of suspected fraud incidents. - This enhancement supports fraud prevention and compliance requirements in FDX implementations. +## API update -* **External Custom Login Redirection** - The authorization server now supports custom login page redirection. - This allows you to set up the authorization server to redirect customers to data provider's custom login page. This feature is particularly useful when there is no OIDC/SAML compatible Identity Provider available to connect with. \ No newline at end of file +* A new **FDX Fraud API** endpoint is available for consumers to notify data providers of suspected fraud incidents. + This supports fraud prevention and compliance requirements in FDX implementations. + +## Authorization Server update + +* The authorization server now supports **external custom login page redirection**. + This allows you to set up the authorization server to redirect customers to data provider's custom login page. This feature is particularly useful when there is no OIDC/SAML compatible Identity Provider available to connect with.