AzureAD/microsoft-authentication-extensions-for-python

Create a Kernel Keyring Token Cache (Linux only)

yugangw-msft opened this issue · 1 comments

When Linux Desktop is unavailable, in a nutshell, that dbus is missing, we should use kernel keyring e.g. generate a symmetric encryption key, save it into key-ring, and use it encrypt the tokens. Saving token directly into keyring is not feasible as the keyring has the size limitation

Related to #4