Releases: dnmvisser/nagios-check-saml-entity
Releases · dnmvisser/nagios-check-saml-entity
Handle both IdP and SP metadata
Fix for pysaml2 v7.1
Merge pull request #2 from dnmvisser/dv_pysaml-7.1-fix Fix for pysaml 7.1
Add support for SAML certificate expiration checks
- Added new
--location
argument to fetch metadata from. This can be a local file path or a URL. This argument is mutually exclusive with--mdq
. - Added support for checking the expiration date of the SAML certificates (
--saml-cert-days
). This can help prevent outages because of non-compliant IdPs that are checking this while they should not (such as Microsoft ADFS). - Now that there is more than one check:
- Renamed
warning
argument to--acs-url-tls-cert-days
- Require at least one check to be run
- Renamed