🐛 Fix sso expiration time (#11528)

This commit is contained in:
María Valderrama 2026-09-07 11:56:25 +02:00 committed by GitHub
parent 5f6169e1d3
commit 77bf3ea419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1037,7 +1037,7 @@
provider (prepare-organization-sso-provider cfg sso)
_info (get-info cfg provider state code)
session (session/get-session request)
exp (ct/in-future {:minutes 15})]
exp (ct/in-future {:hours 4})]
(when (and session organization-id)
(let [props (-> (or (:props session) {})
(update :sso assoc organization-id exp))]