Commit 97c51de
Adding authentication extension api to enable the extending of MSAL (#4859)
* Initial commit
* Updating Core logic for CDT
* Updates
* Refactoring CdtAuthScheme
Adding unit tests
* Adding cache test case
* Resolving issues
* Update
* Adding api to enable additional caching parameters
* clean up
* Clean up, Refactoring, Updating tests
* Fixing test issue
* Resolving build issue
* Test fix
* Refactoring CDT logic to make it extensible
* hooking up addin
* Adding support for arrays and objects
* Hooking up Additional cache param logic
* Clean up
fix test
* Adding integration test
* Fixing tests
* Ignoring test
* Resolving build error
* Making constraints an array
* Updating CDT format
* Moving CDT implementation to new project.
* clean up
* Moving cdt implementation to new project. Removing MSAL internal dependencies
* Setting tokenType to internal
* Resolving build issues
* Refactoring CdtAuthScheme to use wilson
* Resolving build errors
* Revert "Resolving build errors"
This reverts commit 68a8922.
* Fixing error
* Revert "Fixing error"
This reverts commit 75e9955.
* Revert "Revert "Resolving build errors""
This reverts commit 3fba7ba.
* Revert "Resolving build errors"
This reverts commit 68a8922.
* Renaming authentication extension apis
* Removing CDT
* Ignoring failing test
* Revert "Removing CDT"
This reverts commit 54fb683.
* Updating naming
* Revert "Revert "Removing CDT""
This reverts commit fba6bd9.
* Update Microsoft.Identity.Client.csproj
* Revert "Revert "Revert "Removing CDT"""
This reverts commit 2a96823.
* Revert "Revert "Revert "Revert "Removing CDT""""
This reverts commit ab14305.
* Refactoring.
Clean up.
Removing CDT
* Additional test cases
* Clean up
* Refactoring
clean up
* Enabling CdtTelemetry
* Renaming
* TestFix
* Apply suggestions from code review
Co-authored-by: Ray Luo <[email protected]>
Co-authored-by: Gladwin Johnson <[email protected]>
* Adding test
* Fixing test issue
---------
Co-authored-by: trwalke <[email protected]>
Co-authored-by: Ray Luo <[email protected]>
Co-authored-by: Gladwin Johnson <[email protected]>1 parent 9c40835 commit 97c51de
File tree
40 files changed
+536
-128
lines changed- src/client/Microsoft.Identity.Client
- ApiConfig
- Parameters
- AuthScheme
- Bearer
- PoP
- SSHCertificates
- Cache/Items
- Extensibility
- Internal
- Requests
- OAuth2
- Platforms
- Features/OpenTelemetry
- netcore
- netdesktop
- tests
- Microsoft.Identity.Test.Common/Core/Mocks
- Microsoft.Identity.Test.Unit
- AuthExtension
- AuthScheme
- PublicApiTests
- TelemetryTests
- pop
40 files changed
+536
-128
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
| 340 | + | |
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
85 | | - | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
16 | 32 | | |
17 | | - | |
| 33 | + | |
18 | 34 | | |
19 | 35 | | |
20 | 36 | | |
| |||
37 | 53 | | |
38 | 54 | | |
39 | 55 | | |
40 | | - | |
| 56 | + | |
41 | 57 | | |
42 | 58 | | |
43 | 59 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments