microsoft-authentication-extensions-for-python
microsoft-authentication-extensions-for-python copied to clipboard
Create a Kernel Keyring Token Cache (Linux only)
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