add option to allow unencrypted fallback for token cache (#375)

This commit is contained in:
aroldxd
2022-12-24 00:21:22 +01:00
committed by GitHub
parent ea777d9d18
commit fcc64ed85a
3 changed files with 31 additions and 13 deletions
+3
View File
@@ -246,6 +246,9 @@ The full set of configuration options are:
could be a shared mailbox if the user has access to the mailbox
- `token_file` - str: Path to save the token file
(Default: `.token`)
- `allow_unencrypted_storage` - bool: Allows the Azure Identity
module to fall back to unencrypted token cache (Default: False).
Even if enabled, the cache will always try encrypted storage first.
:::{note}
You must create an app registration in Azure AD and have an