-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
9c40835
commit 97c51de
Showing
40 changed files
with
536 additions
and
128 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
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
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.