Commit 32391f7
authored
Add keyring/keychain cache location to readme (#451)
On Mac/Linux, the Token Cache uses the keyring/keychain functionality of
the OS to save the tokens in addition to the default cache location on
the file system.
This was undocumented and led to tedious debugging experiences.
This PR adds the location info for [macOS
Keychain](https://github.com/microsoft/artifacts-credprovider/blob/dc5f4a2da94af69f444b5fd709e889dce23ac026/src/Authentication/MsalCache.cs#L79)
and [Linux
Keyring](https://github.com/microsoft/artifacts-credprovider/blob/dc5f4a2da94af69f444b5fd709e889dce23ac026/src/Authentication/MsalCache.cs#L88C1-L88C1).1 parent 4cbb339 commit 32391f7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
| |||
0 commit comments