-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JsonWebKeySet stores the String it was created with (#2755)
* store original string, edit tests * create string for test * ignore creation string in serialization tests * fix tests using jwks * add justifying comments for compare ignores * add jsonignore to new property * rename * rename in ignores * test improvements * Update codeql-analysis.yml * Revert "Update codeql-analysis.yml" This reverts commit 667ad73. * Update src/Microsoft.IdentityModel.Tokens/JsonWebKeySet.cs Co-authored-by: Keegan Caruso <Keegan.Caruso@microsoft.com> * Update test/Microsoft.IdentityModel.Tokens.Tests/Json/JsonWebKeySetTheoryData.cs Co-authored-by: Keegan Caruso <Keegan.Caruso@microsoft.com> * Update src/Microsoft.IdentityModel.Tokens/JsonWebKeySet.cs Co-authored-by: Keegan Caruso <Keegan.Caruso@microsoft.com> --------- Co-authored-by: Keegan Caruso <Keegan.Caruso@microsoft.com>
- Loading branch information
1 parent
46b1fd2
commit 12fe1ec
Showing
5 changed files
with
61 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters