-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 9.0.100-rc.1 #2821
Update to 9.0.100-rc.1 #2821
Conversation
a9bd969
to
73ea939
Compare
73ea939
to
53e456b
Compare
...oft.IdentityModel.Protocols.WsFederation/Configuration/WsFederationConfigurationValidator.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Main suggestion is to refactor the certificate creation into a separate helper. This will also help, for example, if in the future we decide to use Microsoft.Bcl.Cryptography
package, then the code change will only have to be in one place.
test/Microsoft.IdentityModel.Xml.Tests/EnvelopedSignatureReaderTests.cs
Outdated
Show resolved
Hide resolved
test/Microsoft.IdentityModel.Protocols.WsFederation.Tests/WsFederationMessageTests.cs
Outdated
Show resolved
Hide resolved
test/Microsoft.IdentityModel.Protocols.WsFederation.Tests/WsFederationMessageTests.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small suggestion for an additional API (optional)
Fixes #2789