-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable access token cache. #23847
Enable access token cache. #23847
Conversation
...vault-jca/src/main/java/com/azure/security/keyvault/jca/implementation/model/OAuthToken.java
Outdated
Show resolved
Hide resolved
...vault-jca/src/main/java/com/azure/security/keyvault/jca/implementation/model/OAuthToken.java
Outdated
Show resolved
Hide resolved
...vault-jca/src/main/java/com/azure/security/keyvault/jca/implementation/model/OAuthToken.java
Outdated
Show resolved
Hide resolved
...vault-jca/src/main/java/com/azure/security/keyvault/jca/implementation/model/OAuthToken.java
Outdated
Show resolved
Hide resolved
...-jca/src/main/java/com/azure/security/keyvault/jca/implementation/utils/AccessTokenUtil.java
Outdated
Show resolved
Hide resolved
...-jca/src/main/java/com/azure/security/keyvault/jca/implementation/utils/AccessTokenUtil.java
Outdated
Show resolved
Hide resolved
...-jca/src/main/java/com/azure/security/keyvault/jca/implementation/utils/AccessTokenUtil.java
Outdated
Show resolved
Hide resolved
...-jca/src/main/java/com/azure/security/keyvault/jca/implementation/utils/AccessTokenUtil.java
Outdated
Show resolved
Hide resolved
...-jca/src/main/java/com/azure/security/keyvault/jca/implementation/utils/AccessTokenUtil.java
Outdated
Show resolved
Hide resolved
...-jca/src/main/java/com/azure/security/keyvault/jca/implementation/utils/AccessTokenUtil.java
Outdated
Show resolved
Hide resolved
Hi, @michaelqi793 , if this PR is ready to ready for review, please click |
...eyvault-jca/src/main/java/com/azure/security/keyvault/jca/implementation/KeyVaultClient.java
Outdated
Show resolved
Hide resolved
I haven't looked at the implementation yet, but here's the class we use from Azure Core that handles this type of authentication: BearerTokenAuthenticationPolicy. Hope it helps for something :P |
Thanks Vcolin! key vault jca should be light, it does not use this chain of responsibility currently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Fixes #23473