From b06340c28f4a7a93fe21ae5fa7d3ab149986f2e9 Mon Sep 17 00:00:00 2001 From: Elim Tsiagbey Date: Tue, 5 Dec 2023 14:05:01 -0500 Subject: [PATCH] chore: Update Changelog (#4104) Update changelog with OIDC Prompts feature #4053 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85a67c5c6..87b038171b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. enables rate limits by default. For details on the default rate limits, how to configure rate limits, and how to disable rate limiting see the noted PR. ([PR](https://github.com/hashicorp/boundary/pull/4092)) +* Add support for OIDC prompts. Using prompts, the Relying Party (RP) can + customize the authentication and authorization flow to suit their specific + needs and improve the user experience. [OIDC Authentication request] + (https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest) server. + ([PR](https://github.com/hashicorp/boundary/pull/4053)) ### Bug Fixes