diff --git a/JavaScriptSPA/authConfig.js b/JavaScriptSPA/authConfig.js index ab211ee..1fb7758 100644 --- a/JavaScriptSPA/authConfig.js +++ b/JavaScriptSPA/authConfig.js @@ -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 * */ @@ -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"] -}; \ No newline at end of file +};