-
Notifications
You must be signed in to change notification settings - Fork 417
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
Re-factor Issuer Validator to Follow New Validation Model #2759
Conversation
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.
Minor change and we're good.
src/Microsoft.IdentityModel.Tokens/Validation/Validators.Issuer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.IdentityModel.Tokens/Validation/ValidationParameters.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.IdentityModel.Tokens/Validation/ValidationParameters.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.
Properties that return IList should not be settable.
If the property can be null, for a successful validation, use a delayed creation.
Co-authored-by: Ignacio Inglese <iinglese@microsoft.com>
Changes have been made, need to dismiss review in order to unblock other work.
Re-factor Issuer Validator to Follow New Validation Model
Description
ValidIssuer
from Issuer validation.TokenValidationParameters
in favor of the newValidationParameters
.