DEV Community

Sree
Sree

Posted on

Unable add custom scope for MSAL entra Angular integration, When adding still using graph API

I am trying to integrate MSAL with Angular. I can able to generate access token with the help of Graph API. But token with nonce claim unable parse in the spring boot API. Therefore, I decided to use custom scope by creating an api in the Azure portal, but still MSAL is using the graph API. Added suggested implementation from MSAL and Azure. Can anyone suggest how to apply custom scope without Graph API or Another approach?

Top comments (0)