Skip to content
#

msal

Here are 109 public repositories matching this topic...

bgavrilMS
bgavrilMS commented Nov 15, 2021

msal 4.37

error message from AAD

{
  "error": "invalid_scope",
  "error_description": "AADSTS70011: The provided value for the input parameter 'scope' is not valid. The scope https://example.contoso.com/activity.read is not valid.\r\nTrace ID: 255d1aef-8c98-452f-ac51-23d051240864\r\nCorrelation ID: fb3d2015-bc17-4bb9-bb85-30c5cf1aaaa7\r\nTimestamp: 2016-01-09 02:02:12Z",
  "error_cod
microsoft-graph-toolkit
react-aad
jodonnell
jodonnell commented May 31, 2019

Describe the bug
I followed the documentation,
const config = {
auth: {
authority: (process.env.REACT_APP_AUTHORITY as string),
clientId: (process.env.REACT_APP_AAD_APP_CLIENT_ID as string),
},
cache: {
cacheLocation: "localStorage",
storeAuthStateInCookie: true
},
};

and got a TypeError

Argument of type '{ auth: { authority: string;

Improve this page

Add a description, image, and links to the msal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the msal topic, visit your repo's landing page and select "manage topics."

Learn more