You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
7.4.1
Bug Fixes:
SamlSecurityTokenHandler and Saml2SecurityTokenHandler now can fetch configuration when validating SAML issuer and signature. See PR #2412
JsonWebToken.ReadToken now correctly checks Dot3 index in JWE. See PR #2501
Engineering Excellence:
Remove reference to Microsoft.IdentityModel.Logging in Microsoft.IdentityModel.Protocols, which already depends on it via Microsoft.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