From 14aa77f32ab786fab7903d1d463013ceed25fd24 Mon Sep 17 00:00:00 2001 From: Anuj Kumar Date: Fri, 28 Nov 2025 20:30:00 +0530 Subject: [PATCH 1/2] added release notes for v4.1.0 --- .../Release-Notes/410_openbanking_relnotes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/en/docs/Release-Notes/410_openbanking_relnotes.md diff --git a/content/en/docs/Release-Notes/410_openbanking_relnotes.md b/content/en/docs/Release-Notes/410_openbanking_relnotes.md new file mode 100644 index 00000000..10ec8367 --- /dev/null +++ b/content/en/docs/Release-Notes/410_openbanking_relnotes.md @@ -0,0 +1,18 @@ +--- +title: "Open Banking 4.1.0 Release Notes" +linkTitle: "Open Banking 4.1.0" +weight: 12 +date: 2025-11-28 +--- + +This update contains several new features and enhancements. + +## Consent management update + +* A new endpoint is added in consent management API (Participant Resource Admin API) to revoke all consents for a given user. +* Consent management now allow you to add account nickname in consnet data. This functionality is provided by External Resource Authentication API. +* Resouce owner information is now available in consent admin dashboard, consent details page. + +## Authorization Server update + +* The authorization server now supports JWE token issued by Identity Provider. JWE token is decrypted by authorization server and token claims are made available to consent grant app via signature info object in consent. From 0b4e4ccce69f83759bc36d8aeac3bbf16857816e Mon Sep 17 00:00:00 2001 From: lbadenhop Date: Mon, 1 Dec 2025 11:15:01 -0700 Subject: [PATCH 2/2] Review edits --- content/en/docs/Release-Notes/410_openbanking_relnotes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/Release-Notes/410_openbanking_relnotes.md b/content/en/docs/Release-Notes/410_openbanking_relnotes.md index 10ec8367..e6a4bef4 100644 --- a/content/en/docs/Release-Notes/410_openbanking_relnotes.md +++ b/content/en/docs/Release-Notes/410_openbanking_relnotes.md @@ -9,10 +9,10 @@ This update contains several new features and enhancements. ## Consent management update -* A new endpoint is added in consent management API (Participant Resource Admin API) to revoke all consents for a given user. -* Consent management now allow you to add account nickname in consnet data. This functionality is provided by External Resource Authentication API. -* Resouce owner information is now available in consent admin dashboard, consent details page. +* A new endpoint is added in Consent Management API (Participant Resource Admin API) to revoke all consents for a given user. +* Consent management now allows you to add account nickname in consent data. This functionality is provided by External Resource Authentication API. +* Resource owner information is now available in Consent Admin Dashboard, consent details page. ## Authorization Server update -* The authorization server now supports JWE token issued by Identity Provider. JWE token is decrypted by authorization server and token claims are made available to consent grant app via signature info object in consent. +* The Authorization Server now supports JWE token issued by Identity Provider. JWE token is decrypted by Authorization Server and token claims are made available to consent grant app via signature info object in consent.