Commit 0beac66
Validate clientSignedAssertionProvider delegate is non-null in WithClientAssertion (#5956)
* Initial plan
* Add null validation for clientSignedAssertionProvider in WithClientAssertion overload
Agent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/sessions/4fd64a97-abf2-426f-aade-9b0760d58220
Co-authored-by: gladjohn <90415114+gladjohn@users.noreply.github.com>
* Move null check before ValidateUseOfExperimentalFeature in WithClientAssertion
Agent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/sessions/8a0460fe-58a4-4df1-8ed6-c46df4c6da03
Co-authored-by: gladjohn <90415114+gladjohn@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gladjohn <90415114+gladjohn@users.noreply.github.com>1 parent 36e0c6b commit 0beac66
2 files changed
Lines changed: 30 additions & 1 deletion
File tree
- src/client/Microsoft.Identity.Client/AppConfig
- tests/Microsoft.Identity.Test.Unit/PublicApiTests
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
336 | 341 | | |
| 342 | + | |
337 | 343 | | |
338 | 344 | | |
339 | 345 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
485 | 508 | | |
486 | 509 | | |
487 | 510 | | |
| |||
0 commit comments