swift-island-2275
01/06/2023, 3:45 PMGetClientConfig
and GetClientToken
together with correct SDK to get it working. However, it seems that the token returned from GetClienToken
has different audience. When I run the code, I get an error:
{
"error": {
"code": "Unauthorized",
"message": "AKV10022: Invalid audience. Expected <https://vault.azure.net>, found: <https://management.azure.com/>."
}
}
I understand the message, however I am wondering how to get a token with correct audience. Any suggestions ?icy-doctor-13719
01/06/2023, 3:58 PMswift-island-2275
01/06/2023, 4:49 PMicy-doctor-13719
01/06/2023, 4:49 PMswift-island-2275
01/06/2023, 5:36 PM