This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verify frontend is comparing notOnOrAfter field (assertion_expiry) against the current system clock. The clock can be in different timezone e.g. British Summer Time (GMT+0100). According to SAML specification, notOnOrAfter specifies the time instant at which the assertion has expired. The time value is encoded in UTC. This commit updates verify frontend to compare notOnOrAfter field against the system clock in UTC. This will prevent users from getting session timeout errors. Author: @adityapahuja
- Loading branch information