You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ For details about compatibility between different releases, see the **Commitment
13
13
14
14
- Add tracing for LBS LNS and TTIGW protocol handlers.
15
15
- TTGC LBS Root CUPS claiming support.
16
-
- Configurable Identity Server user login session TTL via `is.user-login.session-ttl`. Defaults to `0` (no expiry, matching previous behavior). When set, the auth cookie becomes persistent with a matching `Max-Age`.
16
+
- Configurable Identity Server user login session TTL via `is.user-login.session-ttl`. Defaults to `0` (no expiry, matching previous behavior). When set, the auth cookie becomes persistent with a matching `Max-Age`, and OAuth access tokens linked to a session are rejected once the session has expired — covering the Console API path.
0 commit comments