Skip to content

Commit 8adeb2b

Browse files
committed
update README
1 parent 569ba66 commit 8adeb2b

File tree

5 files changed

+8582
-5
lines changed

5 files changed

+8582
-5
lines changed

README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
# MFB Typescript Template
1+
# msal-node-utils
22

3-
Easy staring place for setting up MFB OSS Typescript packages
3+
Utilities for easier node msal authentication
44

5+
## azureTokenGetter
6+
7+
### Authentication
8+
9+
This utility will try get a token silently, and, if that fails, will try interactively, using `open` to open the browser.
10+
11+
### Cache Persistance
12+
13+
This is basically exactly what is described here:
14+
15+
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/extensions/msal-node-extensions
16+
17+
On linux (including in a linux docker container), I've found it easiest to use gnome-keyring (even if you aren't using Gnome desktop; I'm just using an X server on my host).
18+
19+
I've installed at least
20+
21+
```bash
22+
sudo apt-get -y dbus-x11 libsecret-1-0 libsecret-1-dev libsecret-tools gnome-keyring xdg-utils
23+
```
24+
25+
on an Ubuntu 24 docker container.

0 commit comments

Comments
 (0)