Thanks for reaching out.
MSAL Angular provides an Interceptor that automatically acquires and handle tokens that use the Angular http client to known protected resources.
In the Msal Interceptor make sure to configure the protected resources and the corresponding scopes in the protectedResourceMap correctly to get the token for required audience.
Refer the below sample to setup MSAL Interceptor
Could you please elaborate what scopes you are setting and the error you are getting while acquiring the token?
Thanks,
Shweta
---------------------------------------
Please remember to "Accept Answer" if answer helped you.