tony_valentine1
9 years agoNew Member
Status:
Needs Votes
Manage Gateway Username (UPN) Mappings through REST API
The "Map user names" functionality was a big help to us, but ideally we would be able to manage it from the REST API.
3 Comments
- sreinmanAdvocate IWe have many users that want to connect to our SSAS but we do not want to put them on our local domain controller. We only want them to have Azure AD. In order to give them access to the cubes and apply permissions properly, we need to use CUSTOMDATA () . The "Map User Names" feature seems to do what we need but we have a few issues with it. (A) It requires all the usernames to be entered manually into each gateway connection. This is a lot of manual work. Being able to do this from the REST API would really help us streamline this process as mentioned above by Tony. (B) The mapping seems to take only the first rule that applies. I'm not sure if this is by design. The documentation doesn't explain it. We would like to be able to apply multiple rules to the same username so that we can map it to multiple permissions (e.g. location, department etc.)
- fbcideas_migusrNew MemberStatus added:Needs Votes
- Marcin_KoperskiNew MemberYou can try to use this undocumented API: $requestBody = @" { "datasourceName":null, "datasourceAnnotation":"{\"dataSourceAnnotationUPNMapping\":{\"connectionStringPropertyName\":1,\"mappingRules\":[]}}", "singleSignOnType":null, "allowDatasourceThroughGateway":null } "@ Invoke-PowerBIRestMethod -Method Patch -Version "v2.0" -Url "me/gatewayClusters/$($DataGateway.Id)/datasources/$($DataSource.Id)" -Body $requestBody
Recent ideas
Allow External OneLake Data Shares to Be Accepted into Multiple Fabric Item Types
Fabric External Data Sharing provides an excellent zero-copy mechanism for sharing OneLake data across tenants. However, the receiving tenant currently has to accept the share into a Lakehouse. I w...Mourak4 hours agoNew MemberNew1View0likes0CommentsAllow OneLake Shortcut Authentication Mode to Be Changed In Place
OneLake shortcuts support passthrough and delegated authentication, but changing the authentication model currently requires deleting and recreating the shortcut. I would like shortcut authenticatio...Mourak4 hours agoNew MemberNew3Views0likes0CommentsTenant-Wide OneLake Shortcut Lineage and Impact Analysis
This is grounded in a documented limitation: shortcut lineage is currently workspace-scoped, and Microsoft specifically says lineage for shortcuts to warehouses and semantic models isn't currently av...Mourak4 hours agoNew MemberNew2Views0likes1CommentAdd an End-to-End Production Reference Architecture for Microsoft Fabric Real-Time Intelligence
I would like to see a complete end-to-end Microsoft Fabric Real-Time Intelligence reference architecture that demonstrates how the individual RTI capabilities work together in a production-oriented s...Mourak4 hours agoNew MemberNew1View0likes0CommentsImprove CI/CD consistency for Microsoft Fabric Real-Time Intelligence Eventstreams
Microsoft Fabric Real-Time Intelligence has made strong progress with Git integration and deployment pipelines, but lifecycle management can still be inconsistent across Eventstream sources, destinat...Mourak4 hours agoNew MemberNew1View0likes0Comments