Reputation: 41
I'm using the REST API to list all the queues in my azure data lake storage account.
But I am getting this error:
"Audience validation failed. Audience did not match"
Upvotes: 3
Views: 907
Reputation: 15639
Per my understanding, you are using Azure AD for the authentication. Please find the steps as below.
2.Assign a build-in RBAC role to this application. It depends on you which role to be assigned to the application.
3.get access token. Please note to use https://storage.azure.com/ as resource
Upvotes: 3