-
Notifications
You must be signed in to change notification settings - Fork 439
Re-factor Issuer Validator to Follow New Validation Model #2759
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
Conversation
iNinja
left a comment
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
brentschmaltz
left a comment
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 <[email protected]>
Changes have been made, need to dismiss review in order to unblock other work.
Re-factor Issuer Validator to Follow New Validation Model
Description
ValidIssuerfrom Issuer validation.TokenValidationParametersin favor of the newValidationParameters.