I have a web API and when I fetch an access token for it, using MSAL.js, the <g class="gr_ gr_75 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling" data-gr-id="75" id="75">aud</g> property is set to be the APP ID.
I need it to be the app URI id instead, how can I configure this?
The app URI id is set in the manifest under
indetifierUris:[
""
]
Best regards,