I'm using MSAL to get an access token. It works fine and I'm able to log in and retrieve my Active Directory user.
However when I'm having problems using it to access an API and I have noticed that when I inspect the token at https://jwt.io/ it says INVALID SIGNATURE.
Is this a problem? If so how can I fix it?