-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Token Cache - Desktop - Linux Libsecret #477
Comments
Microsoft uses libsecret in their MSAL libraries to cache tokens in the Secret service. I would also consider using the Secret service here. In comparison the Secret service (which libsecret is communicating with) and its implementations (like gnome-keyring) provide a way to permanently store authentication data in a encrypted file. |
Thanks for the information on this. I updated the ticket to be for Libsecret instead of keyring. I got the information for how MSAL handles it from looking at the code itself and I do see Libsecret now. But I also see stuff about Keyring. So im curios as to what you looked at or are using for this information? |
As soon as I posted that I went and looked at the docs that I posted previously and saw that it said The token cache is stored in the a wallet such as Gnome Keyring or KWallet using LibSecret. 🤣 |
Implement Linux Libsecret (Desktop) as an option for token cache
The text was updated successfully, but these errors were encountered: