AuthorizationPermissionMismatch
Bernadine Lao
0
Reputation points Microsoft Employee
2/12/2025 9:41:39 AM | |
---|---|
TimeStamp | 2/12/2025 9:41:39 AM |
Server RequestId | - |
Error Detail | N/A |
User | The user is a federated identity in an application that has blob, table queue data contributor roles. |
Request URL | https://genevalogsnonprod.table.core.windows.net:443/ConfigurationsTable()?$format=application%2Fjson%3Bodata%3Dminimalmetadata&$filter=not%20%28IsActive%20eq%20true%29 |
Operation | QueryEntities |
Status | AuthorizationPermissionMismatch |
Client IpAddress | 20.66.2.220:6160 |
User Agent | azsdk-net-Data.Tables/12.8.3 (.NET 8.0.12; Microsoft Windows 10.0.20348) |
Recommended role | NA |
We are using MSI+FIC to connect access the storage accounthttps://github.com/gladjohn/MSIFICLearning/blob/master/README.md
The managed identity itself do not have any roles with the storage account. Instead, it is stored as a federated credential to an application where in its service principal has all the roles {storage table, queue, blob data contributor} for the storage account. Do you have any solution for it without getting permissions for the managed identity itself?
Sign in to answer