Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Update JavaScriptSPA/authConfig.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Marsh Macy <[email protected]>
  • Loading branch information
derisen and mmacy authored Apr 13, 2020
1 parent 376621b commit 9623291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JavaScriptSPA/authConfig.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* Config object to be passed to Msal on creation.
* Config object to be passed to MSAL on creation.
* For a full list of msal.js configuration parameters,
* visit https://azuread.github.io/microsoft-authentication-library-for-js/docs/msal/modules/_configuration_.html
* */
Expand All @@ -27,4 +27,4 @@ const loginRequest = {
// Add here scopes for access token to be used at the API endpoints.
const tokenRequest = {
scopes: apiConfig.b2cScopes, // e.g. ["https://fabrikamb2c.onmicrosoft.com/helloapi/demo.read"]
};
};

0 comments on commit 9623291

Please sign in to comment.