accessibility-insights-windows
accessibility-insights-windows copied to clipboard
chore(deps): Bump Microsoft.IdentityModel.Logging from 7.4.0 to 7.4.1
Bumps Microsoft.IdentityModel.Logging from 7.4.0 to 7.4.1.
Release notes
Sourced from Microsoft.IdentityModel.Logging's releases.
7.4.1
Bug Fixes:
SamlSecurityTokenHandler
andSaml2SecurityTokenHandler
now can fetch configuration when validating SAML issuer and signature. See PR #2412JsonWebToken.ReadToken
now correctly checks Dot3 index in JWE. See PR #2501Engineering Excellence:
- Remove reference to
Microsoft.IdentityModel.Logging
inMicrosoft.IdentityModel.Protocols
, which already depends on it viaMicrosoft.IdentityModel.Tokens
. See PR #2508- Adjust uppercase json serialization tests to fix an unreliable test method, add consistency to naming. See PR #2512
- Disable the 'restore' and 'build' steps of 'build and pack' in
build.sh
, improving speed. See PR #2521
Changelog
Sourced from Microsoft.IdentityModel.Logging's changelog.
7.4.1
Bug Fixes:
SamlSecurityTokenHandler
andSaml2SecurityTokenHandler
now can fetch configuration when validating SAML issuer and signature. See PR #2412JsonWebToken.ReadToken
now correctly checks Dot3 index in JWE. See PR #2501Engineering Excellence:
- Remove reference to
Microsoft.IdentityModel.Logging
inMicrosoft.IdentityModel.Protocols
, which already depends on it viaMicrosoft.IdentityModel.Tokens
. See PR #2508- Adjust uppercase json serialization tests to fix an unreliable test method, add consistency to naming. See PR #2512
- Disable the 'restore' and 'build' steps of 'build and pack' in
build.sh
, improving speed. See PR #2521
Commits
c1c24e2
Remove reference to Microsoft.IdentityModel.Logging in Microsoft.IdentityMode...795bbf0
Revert whitespace change in tests7cf0b79
Revert more whitespace changesd2caeb8
Fix unnecessary whitespace changesa1eaeeb
Add tests:8def3ae
Refactor PopulateValidationParametersWithCurrentConfigurationAsync to a share...3eae565
Small refactor of Saml2SecurityTokenHandler24927af
Small refactor of SamlSecurityTokenHandler10c7984
Fetch configuration when validating SAML issuer and signature4279d53
Improve build.sh speed (#2521)- Additional commits viewable in compare view
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 <dependency name> 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)
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
Superseded by #1799.