-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate Identity to azure-json (#41523)
* msitoken * AuthenticationRecord * enable Feature.ALLOW_COMMENTS on the default json reader. * VisualStudioCacheAccessor * remove extra usings * add ctor for easier serialization * improve test * msal cache part of IntelliJCacheAccessor * refactor to remove JsonNode from IdentityClient * HttpPipelineAdapter cleanup Moved the two functions into IdentityUtil for testability. * Fix cache file name * remove test from wrong place * bug fix for earlier refactor * fix test * Remove legacy Azure Toolkit login path * Remove wrapper type for MSAL ClaimsRequest This type existed to cover a functional hole in the base type that was fixed a while ago. * fixup module-info * remove final bits of kdbx support * checkstyle * update changelog * update changelog * linter fixes * typo * AuthenticationRecord cr feedback * VisualStudioCacheAccessor feedback * azure-json feedback * pr feedback * Update IntelliJCacheAccessorTests.java * AuthenticationRecord feedback * Update version_client to match main and have the correct unreleased module. * add missing javadoc * linter fixes * MSIToken never gets serialized, so we can remove implementing the interface. * remove unused variables * If you've removed the interface you can't use the serializer adapter.. * Remove final `JacksonAdapter` usage * Properly configure the reader for comments * checkstyle
- Loading branch information
Showing
38 changed files
with
592 additions
and
2,150 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
91 changes: 0 additions & 91 deletions
91
...ty/azure-identity/src/main/java/com/azure/identity/implementation/CustomClaimRequest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.