❔ 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
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
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