-
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
Remove Delegate Checks Audience Validator and Prevents Null Setting of Delegate #2758
Conversation
src/Microsoft.IdentityModel.Tokens/Validation/Validators.Audience.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.
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, then looks good.
src/Microsoft.IdentityModel.Tokens/Validation/Validators.Audience.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.
remove 'Set' from properties that return an IList
src/Microsoft.IdentityModel.Tokens/Validation/Validators.Audience.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.IdentityModel.Tokens/Validation/Validators.Audience.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.IdentityModel.Tokens/Validation/Validators.Audience.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.IdentityModel.Tokens/Validation/Validators.Audience.cs
Outdated
Show resolved
Hide resolved
* Addressed PR feedback. Updated tests * Removed exception from documentation * Updated TokenType tests --------- Co-authored-by: Ignacio Inglese <iinglese@microsoft.com>
Changes have been implemented, need to dismiss review to unblock work ahead.
Remove Delegate Checks Audience Validator and Prevents Null Setting of Delegate.
Description
TokenValidationParameters
in favor of the newValidationParameters
.