azure-identity==1.2.0
azure-keyvault==4.0.0
- Windows 10:
- Python 3.6.10:
Describe the bug
I am integrating the use of "InteractiveBrowserCredential()" into a command line app that needs to read some secrets from keyvault on every run. Each time the app is run, focus is shifted to the browser and user is forced to interact to select a login identity.
I expected that the user would only have to deal with this authentication UI occassionally (once a week?), but it happens every single run. How can I tell the authentication code to cache the credentials? Even better, how can I share the cached credentials of the Azure Portal website or the Azure CLI?
Thanks...
azure-identity==1.2.0
azure-keyvault==4.0.0
Describe the bug
I am integrating the use of "InteractiveBrowserCredential()" into a command line app that needs to read some secrets from keyvault on every run. Each time the app is run, focus is shifted to the browser and user is forced to interact to select a login identity.
I expected that the user would only have to deal with this authentication UI occassionally (once a week?), but it happens every single run. How can I tell the authentication code to cache the credentials? Even better, how can I share the cached credentials of the Azure Portal website or the Azure CLI?
Thanks...