There is an error when execute the script in Azure China: "AADSTS700212: No matching federated identity record found for presented assertion audience api://AzureADTokenExchange"
|
$audience = 'api://AzureADTokenExchange' |
we should expose the audience as parameter, because the audience in Azure China is "api://AzureADTokenExchangeChina"
There is an error when execute the script in Azure China: "AADSTS700212: No matching federated identity record found for presented assertion audience api://AzureADTokenExchange"
AzAPICall/pwsh/module/build/AzAPICall/functions/AzAPICallFunctions.ps1
Line 1637 in 3710232
we should expose the audience as parameter, because the audience in Azure China is "api://AzureADTokenExchangeChina"