|
# |
Explanation |
|
BUG-132 |
Default end date in the fido policy casued SKFS to fail after OCt 2025. SKFS Fido policy is a json object that contained a 'start_date' and 'end_Date' elements which were relevant when the policy module was introduced but in 2023 a release changed the way policies were handled and only one 'Active' policy was allowed per domain. This made the 'start_date' and 'end_date' elements were obsolete. The code did not reflect the change and the default end date was set to OCt 2025 after which all FIDO operations stopped working unless the fido_policy was updated and the end date was extended.
SKFS 4.18.0 removed these two elements and their dependencies from the code making it so that the validity of the FIDO policy was dependent on the status rather than a date. |
Copyright (c) 2001-2025 StrongAuth, Inc. (dba StrongKey) All Rights Reserved