I have API and SPA at same azure. I already set the Expose an API and gave permission on my SPA. but when I login on my SPA the return token that I pass to my API is not authorized.
any thing else I need to do into my SPA?
I use React js and MSAL to login.