#673:check_sp_cert_expiration will use the first non-expired certificate/key when signing/decrypting. It will raise an error only if there are no valid certificates/keys.
#673:check_sp_cert_expiration now validates the certificate not_before condition; previously it was only validating not_after.
#673:check_sp_cert_expiration now causes the generated SP metadata to exclude any inactive/expired certificates.
1.16.0 (Oct 09, 2023)
#671 Add support on LogoutRequest with Encrypted NameID
1.15.0 (Jan 04, 2023)
#650 Replace strip! by strip on compute_digest method
#638 Fix dateTime format for the validUntil attribute of the generated metadata
#673:check_sp_cert_expiration will use the first non-expired certificate/key when signing/decrypting. It will raise an error only if there are no valid certificates/keys.
#673:check_sp_cert_expiration now validates the certificate not_before condition; previously it was only validating not_after.
#673:check_sp_cert_expiration now causes the generated SP metadata to exclude any inactive/expired certificates.
1.16.0 (Oct 09, 2023)
#671 Add support on LogoutRequest with Encrypted NameID
1.15.0 (Jan 04, 2023)
#650 Replace strip! by strip on compute_digest method
#638 Fix dateTime format for the validUntil attribute of the generated metadata
#576 Support Settings#idp_cert_multi with string keys
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/codidact/qpixel/network/alerts).
Bumps ruby-saml from 1.14.0 to 1.17.0.
Release notes
Sourced from ruby-saml's releases.
Changelog
Sourced from ruby-saml's changelog.
Commits
1bc447f
Release 1.17.04865d03
Merge commit from fork6e33ed3
Merge pull request #687 from johnnyshields/master-fix-tests-windows0f8da70
Fix tests on Windows and cleanup CIe827926
Merge pull request #691 from calebhearth/make-get_idp_metadata-public43b0bb6
Make IdpMetadataParser#get_idp_metadata publicf40c59b
Merge pull request #673 from johnnyshields/sp-cert-multia2a0002
Add sp_cert_multi to facilitate key rotationa3844d2
Create FUNDING.yml148a4c2
Prepare release 1.16.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show