microsoft-authentication-extensions-for-python icon indicating copy to clipboard operation
microsoft-authentication-extensions-for-python copied to clipboard

Create a Kernel Keyring Token Cache (Linux only)

Open yugangw-msft opened this issue 6 years ago • 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

yugangw-msft avatar May 15 '19 00:05 yugangw-msft

Related to #4

marstr avatar May 15 '19 17:05 marstr