-
I have Key Vault on Azure and I added an Access policies for Application with Secret permissions (Get, List, Set, Delete, Recover, Backup, Restore)
I'm using these Maven dependencies:
After I started my code I got this error message Do you have any suggestions on how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Same issue, please help! |
Beta Was this translation helpful? Give feedback.
-
I have the same issue, did you fix it? |
Beta Was this translation helpful? Give feedback.
-
I found an issue in my Maven dependencies. I had two different versions of azure-storage-blob and that caused this error message. After I deleted one version the code starts working as it should. |
Beta Was this translation helpful? Give feedback.
I found an issue in my Maven dependencies. I had two different versions of azure-storage-blob and that caused this error message. After I deleted one version the code starts working as it should.
https://stackoverflow.com/questions/76463957/azure-key-vault-error-message-akv10000-request-is-missing-a-bearer-or-pop-toke/76470667?noredirect=1#comment134854224_76470667