DEV Community

Sree
Sree

Posted on

1

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay