From e4279e910b1f4a16eb5462134b1b8a911475df17 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Mon, 2 Nov 2020 15:22:48 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8076a517c7..d11738f615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Bugfix - Fix button layout after phoenix update: [#625](https://github.com/owncloud/ocis/pull/625) * Bugfix - Fix id or username query handling: [#745](https://github.com/owncloud/ocis/pull/745) * Bugfix - Use micro default client: [#718](https://github.com/owncloud/ocis/pull/718) +* Bugfix - Allow consent-prompt with switch-account: [#788](https://github.com/owncloud/ocis/pull/788) * Bugfix - Mint token with uid and gid: [#737](https://github.com/owncloud/ocis/pull/737) * Bugfix - Don't create account if id/mail/username already taken: [#709](https://github.com/owncloud/ocis/pull/709) * Bugfix - Fix director selection in proxy: [#521](https://github.com/owncloud/ocis/pull/521) @@ -116,6 +117,15 @@ https://github.com/owncloud/ocis/pull/718 +* Bugfix - Allow consent-prompt with switch-account: [#788](https://github.com/owncloud/ocis/pull/788) + + Multiple prompt values are allowed and this change fixes the check for select_account if it was + used together with other prompt values. Where select_account previously was ignored, it is + now processed as required, fixing the use case when a RP wants to trigger select_account first + while at the same time wants also to request interactive consent. + + https://github.com/owncloud/ocis/pull/788 + * Bugfix - Mint token with uid and gid: [#737](https://github.com/owncloud/ocis/pull/737) Tags: accounts