C#C
C#3y ago
AAA

❔ Sharepoint REST API 401 Error

I'm using MSAL Node get token interactive in my electron to get an access token that will be appended to my calls Bearer JWT TOKEN HERE when I make REST calls to Sharepoint but I'm getting this error
401 : "Exception of type 'Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException' was thrown."
I checked the scopes and my scopes are good.
Anyone knows what is going on
Was this page helpful?