From 6114dc475db7705b3fdb14251c6845b032e137b8 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 5 Sep 2024 17:16:26 -0400 Subject: [PATCH] STCOR-880 (STCOR-869 backport) add margin to prevent cookie expiration Add a small margin to the `/authn/logout` call to ensure it is called before the cookie expires. See PR #1513 Refs STCOR-880, STCOR-869 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a308a21..90110bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Change history for stripes-core -## [10.1.1](https://github.com/folio-org/stripes-core/tree/v10.1.1) (2024-03-25) -[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.0...v10.1.1) +## IN PROGRESS * Use keycloak URLs in place of users-bl for tenant-switch. Refs US1153537. * Idle-session timeout and "Keep working?" modal. Refs STCOR-776. @@ -10,6 +9,13 @@ * `/users-keycloak/_self` is an authentication request. Refs STCOR-866. * Terminate the session when the fixed-length session expires. Refs STCOR-862. * Provide `key` to elements in ``. Refs STCOR-874. +* Do not store /logout as a "return-to" URL. Refs STCOR-869. +* Add small margin to ensure /authn/logout is called before cookie expires. Refs STCOR-869. + +## [10.1.1](https://github.com/folio-org/stripes-core/tree/v10.1.1) (2024-03-25) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.0...v10.1.1) + +* Utilize the `tenant` procured through the SSO login process. Refs STCOR-769. ## [10.1.0](https://github.com/folio-org/stripes-core/tree/v10.1.0) (2024-03-12) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.0...v10.1.0)