Skip to content

Releases: dnmvisser/nagios-check-saml-entity

Handle both IdP and SP metadata

28 Mar 12:19
8bf692e
Compare
Choose a tag to compare
Merge pull request #3 from clmcavaney/idp-and-sp

handling idP and SP metadata

Fix for pysaml2 v7.1

31 May 17:09
5d4769c
Compare
Choose a tag to compare
Merge pull request #2 from dnmvisser/dv_pysaml-7.1-fix

Fix for pysaml 7.1

Add support for SAML certificate expiration checks

29 Jan 17:12
04afa4c
Compare
Choose a tag to compare
  • 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

v0.0.1

24 Mar 12:56
44feafa
Compare
Choose a tag to compare
first commit