Skip to content

Commit 4f14963

Browse files
Update Readme with comments
1 parent 6df5acc commit 4f14963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const options = {
6868
};
6969
const graphScopes = ["user.read", "mail.send"]; // An array of graph scopes
7070

71+
// Initialize the MSAL @see https://github.com/AzureAD/microsoft-authentication-library-for-js/wiki/MSAL-basics#initialization-of-msal
7172
const userAgentApplication = new Msal.UserAgentApplication(clientId, undefined, callback, options);
7273
const authProvider = new MicrosoftGraph.MSALAuthenticationProvider(userAgentApplication, graphScopes);
7374
```

0 commit comments

Comments
 (0)