Commit 5c1cda0
committed
Implement native mTLS client authentication support in the server stack
1 parent 6962772 commit 5c1cda0
File tree
60 files changed
+4124
-850
lines changed- gen/OpenIddict.Client.WebIntegration.Generators
- sandbox
- OpenIddict.Sandbox.AspNet.Client
- OpenIddict.Sandbox.AspNet.Server
- OpenIddict.Sandbox.AspNetCore.Client
- OpenIddict.Sandbox.AspNetCore.Server
- src
- OpenIddict.Abstractions
- Managers
- OpenIddict.Client.AspNetCore
- OpenIddict.Client.SystemNetHttp
- OpenIddict.Client
- OpenIddict.Core/Managers
- OpenIddict.Server.AspNetCore
- OpenIddict.Server.Owin
- OpenIddict.Server
- OpenIddict.Validation.AspNetCore
- OpenIddict.Validation.SystemNetHttp
- OpenIddict.Validation
- test
- OpenIddict.Server.IntegrationTests
- OpenIddict.Server.Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+4124
-850
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
| 121 | + | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
| 631 | + | |
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
| 655 | + | |
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
| |||
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
1166 | | - | |
1167 | | - | |
| 1166 | + | |
1168 | 1167 | | |
1169 | 1168 | | |
1170 | 1169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments