-
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.
Added code to handle claims in authentication challenges (#41814)
- Loading branch information
Showing
12 changed files
with
2,668 additions
and
333 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
205 changes: 173 additions & 32 deletions
205
...a/com/azure/security/keyvault/administration/implementation/KeyVaultCredentialPolicy.java
Large diffs are not rendered by default.
Oops, something went wrong.
581 changes: 504 additions & 77 deletions
581
...rc/test/java/com/azure/security/keyvault/administration/KeyVaultCredentialPolicyTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
201 changes: 171 additions & 30 deletions
201
...ava/com/azure/security/keyvault/certificates/implementation/KeyVaultCredentialPolicy.java
Large diffs are not rendered by default.
Oops, something went wrong.
525 changes: 485 additions & 40 deletions
525
.../src/test/java/com/azure/security/keyvault/certificates/KeyVaultCredentialPolicyTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
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.