-
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
Extensibility tests: Audience #2861
Conversation
...el.JsonWebTokens.Tests/JsonWebTokenHandler.ValidateTokenAsyncTests.Audience.Extensibility.cs
Outdated
Show resolved
Hide resolved
… Updated Audience extensibility tests.
@@ -15,6 +15,8 @@ internal static class LogMessages | |||
// general | |||
public const string IDX10000 = "IDX10000: The parameter '{0}' cannot be a 'null' or an empty object. "; | |||
public const string IDX10001 = "IDX10001: Invalid argument '{0}'. Argument must be of type '{1}'."; | |||
// TODO: Confirm the wording of this message. Possibly create a wiki page to refer users to for more information. |
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.
Let make sure we have a tracking GitHub issue, otherwise we might forget. agree on an aka.ms link
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.
I think this looks great.
...el.JsonWebTokens.Tests/JsonWebTokenHandler.ValidateTokenAsyncTests.Audience.Extensibility.cs
Outdated
Show resolved
Hide resolved
...el.JsonWebTokens.Tests/JsonWebTokenHandler.ValidateTokenAsyncTests.Audience.Extensibility.cs
Outdated
Show resolved
Hide resolved
...el.JsonWebTokens.Tests/JsonWebTokenHandler.ValidateTokenAsyncTests.Audience.Extensibility.cs
Show resolved
Hide resolved
…l objects added to the theorydata object.
# Conflicts: # src/Microsoft.IdentityModel.Tokens/InternalAPI.Unshipped.txt # src/Microsoft.IdentityModel.Tokens/Validation/Results/Details/AudienceValidationError.cs
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.
LGTM
Extensibility tests: Audience
Part of #2711