-
I was seeing this network call earlier whenever I open a workload item. And then we were getting a jwt with aud claim set to our AADApp, Now I do not see that network call itself. And When I try to get an accessToken, this.client.auth.acquireAccessToken({}).then((data) => console.log('data ****', data)).catch((e) => console.log(e)) I am getting the below error. Did anything change on SDK side or Am I doing anything wrong? Edit: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was using wrong DEV_AAD_CONFIG_AUDIENCE. Looks like audience starting with "https" format won't work in DEV mode. |
Beta Was this translation helpful? Give feedback.
I was using wrong DEV_AAD_CONFIG_AUDIENCE.
Looks like audience starting with "https" format won't work in DEV mode.