-
-
Notifications
You must be signed in to change notification settings - Fork 592
Open
Description
The check_idp_cert_expiration should improved as follows:
- If true and there are multiple IdP certs, we should skip expired IdP certs and use the first one which is not expired. We should only raise the "IdP cert expired" error if there are no non-expired certs.
- If true, we should check the e
not_beforecondition (not yet ready). Currently we only check thenot_aftercondition (expired).
The corresponding changes for SP certs are done here: #673
FYI: I have this sort of logic already coded in my app, I will review what can be ported to RubySaml gem.
Metadata
Metadata
Assignees
Labels
No labels