-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation for SNI + MTLS Flow in MSAL (#4965)
* very very draft * address comments * pr comments * validations and tests * test app * add unit tests * pr comments * pr comments * Apply suggestions from code review code comments Co-authored-by: Den Delimarsky <[email protected]> * Apply suggestions from code review Co-authored-by: Den Delimarsky <[email protected]> * gov cloud * consolidate * test fix * temp * disable test * test fix * enhance * test fix * IgnoreOnClassicPipeline * test updates * set ClientCredential to null * more tests * test update * UnExpectedPostData * address comments * pr comments * merge conflicts * pr comments * pr comments * publicapi * NonStandardCloud Mtls test * tenantidfix * public api * fix public api --------- Co-authored-by: Gladwin Johnson <[email protected]> Co-authored-by: Den Delimarsky <[email protected]>
- Loading branch information
1 parent
eb59900
commit aef501f
Showing
74 changed files
with
1,325 additions
and
209 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
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
1 change: 1 addition & 0 deletions
1
src/client/Microsoft.Identity.Client/ApiConfig/Parameters/AcquireTokenForClientParameters.cs
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
Oops, something went wrong.