File tree
4 files changed
+20
-18
lines changed- patches/azure-activedirectory-identitymodel-extensions-for-dotnet
- repo-projects
- src
4 files changed
+20
-18
lines changedLines changed: 16 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 37 | + | |
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
| |||
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
83 |
| - | |
| 85 | + | |
84 | 86 |
| |
85 | 87 |
| |
86 | 88 |
| |
| |||
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
92 |
| - | |
93 |
| - | |
| 94 | + | |
| 95 | + | |
94 | 96 |
| |
95 | 97 |
| |
96 | 98 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Submodule azure-activedirectory-identitymodel-extensions-for-dotnet updated 66 files
- .github/ISSUE_TEMPLATE/design_proposal.md+49
- .github/workflows/dotnetcore.yml+1-1
- .gitignore+2
- CHANGELOG.md+17-1
- Wilson.sln+9
- benchmark/Microsoft.IdentityModel.Benchmarks/CreateJWETests.cs+42
- benchmark/Microsoft.IdentityModel.Benchmarks/CreateSignedHttpRequestTests.cs+38
- benchmark/Microsoft.IdentityModel.Benchmarks/CreateTokenTests.cs+6-5
- benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj+10-1
- benchmark/Microsoft.IdentityModel.Benchmarks/ValidateJWEAsyncTests.cs+55
- benchmark/Microsoft.IdentityModel.Benchmarks/ValidateSignedHttpRequestAsyncTests.cs+47
- benchmark/Microsoft.IdentityModel.Benchmarks/ValidateTokenAsyncTests.cs+17-16
- benchmark/Microsoft.IdentityModel.Benchmarks/identitymodel.benchmarks.yml+36-3
- build.ps1+4-29
- build/apiCompat.props-49
- build/apiCompat.ps1-224
- build/common.props+5-1
- build/commonTest.props-4
- build/dependenciesTest.props-1
- build/releaseBuild.yml+1-16
- buildConfiguration.xml+2-2
- generateContractAssemblies.ps1-70
- src/Microsoft.IdentityModel.JsonWebTokens/Json/JsonClaimSet.cs+14-3
- src/Microsoft.IdentityModel.JsonWebTokens/Json/JsonWebToken.PayloadClaimSet.cs+7-2
- src/Microsoft.IdentityModel.JsonWebTokens/JsonWebToken.cs+12-3
- src/Microsoft.IdentityModel.Logging/IdentityModelEventSource.cs+5
- src/Microsoft.IdentityModel.Logging/LogHelper.cs+47
- src/Microsoft.IdentityModel.Logging/SecurityArtifact.cs+58-11
- src/Microsoft.IdentityModel.Protocols.OpenIdConnect/OpenIdConnectMessage.cs+11-1
- src/Microsoft.IdentityModel.Protocols.SignedHttpRequest/SignedHttpRequestHandler.cs+5-1
- src/Microsoft.IdentityModel.TestExtensions/Microsoft.IdentityModel.TestExtensions.csproj+1
- src/Microsoft.IdentityModel.Tokens.Saml/Saml/SamlSecurityTokenHandler.cs+3-1
- src/Microsoft.IdentityModel.Tokens.Saml/Saml2/Saml2SecurityTokenHandler.cs+3-1
- src/Microsoft.IdentityModel.Tokens/CryptoProviderFactory.cs+15-9
- src/Microsoft.IdentityModel.Tokens/TokenValidationParameters.cs+1-1
- src/Microsoft.IdentityModel.Tokens/Validators.cs+9-2
- src/Microsoft.IdentityModel.Validators/AadIssuerValidator/AadIssuerValidator.cs+4-1
- src/Microsoft.IdentityModel.Xml/DelegatingXmlDictionaryReader.cs+17
- src/Microsoft.IdentityModel.Xml/DsigSerializer.cs+202-90
- src/Microsoft.IdentityModel.Xml/Reference.cs+10-8
- src/System.IdentityModel.Tokens.Jwt/JwtPayload.cs+15
- test/Microsoft.IdentityModel.AotCompatibility.Tests/Microsoft.IdentityModel.AotCompatibility.Tests.csproj+1
- test/Microsoft.IdentityModel.JsonWebTokens.Tests/JsonWebTokenHandlerTests.cs+23-18
- test/Microsoft.IdentityModel.JsonWebTokens.Tests/JsonWebTokenTests.cs+231-5
- test/Microsoft.IdentityModel.JsonWebTokens.Tests/JwtTokenUtilitiesTests.cs+36-9
- test/Microsoft.IdentityModel.Logging.Tests/LogHelperTests.cs+456
- test/Microsoft.IdentityModel.Protocols.OpenIdConnect.Tests/ConfigurationManagerTests.cs+72-7
- test/Microsoft.IdentityModel.Protocols.OpenIdConnect.Tests/OpenIdConfigData.cs+3
- test/Microsoft.IdentityModel.Protocols.OpenIdConnect.Tests/OpenIdConnectConfigurationRetrieverTests.cs-2
- test/Microsoft.IdentityModel.Protocols.OpenIdConnect.Tests/OpenIdConnectMessageTests.cs+93-22
- test/Microsoft.IdentityModel.Protocols.SignedHttpRequest.Tests/Properties/AssemblyInfo.cs+2
- test/Microsoft.IdentityModel.TestUtils/Default.cs+25
- test/Microsoft.IdentityModel.TestUtils/ExpectedException.cs+6
- test/Microsoft.IdentityModel.TestUtils/XmlUtilities.cs+12
- test/Microsoft.IdentityModel.Tokens.Tests/AuthenticatedEncryptionProviderTests.cs+18-20
- test/Microsoft.IdentityModel.Tokens.Tests/Json/JsonUtilities.cs+11-1
- test/Microsoft.IdentityModel.Tokens.Tests/ReferenceTests.cs+14-9
- test/Microsoft.IdentityModel.Tokens.Tests/SignatureProviderTests.cs+23-25
- test/Microsoft.IdentityModel.Validators.Tests/MicrosoftIdentityIssuerValidatorTest.cs+22
- test/Microsoft.IdentityModel.Validators.Tests/ValidatorConstants.cs+3-3
- test/Microsoft.IdentityModel.Xml.Tests/DelegatingXmlDictionaryReaderTests.cs+69
- test/Microsoft.IdentityModel.Xml.Tests/ReferenceTests.cs+21
- test/System.IdentityModel.Tokens.Jwt.Tests/JwtPayloadTest.cs+4-4
- test/System.IdentityModel.Tokens.Jwt.Tests/JwtSecurityTokenTests.cs+25
- updateAssemblyInfo.ps1+1-3
- updateAssemblyInfo.sh+6-6
0 commit comments