Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
The message you are trying to access is permanently deleted.
My Org has a MS fabric workspace. I want to integrate this workspace with Github. But the official documentation
mentions only github's PAT (personal access token) as the only authentication mode in fabric. But i dont want to use PAT given that it is tagged to a user. I want something like service principle or any other thing.
Does anyone knows any other mechanisms ? Like Github App or something that can integrate with MS fabric
Hi @Rohan-M ,
Could you please confirm if you've submitted this as an idea in the Ideas Forum? If so, sharing the link here would be helpful for other community members who may have similar feedback.
For any further discussions or questions, please reach out to fabric community forum.
Thank you.
Hi @Rohan-M ,
Thank you for reaching out to the Microsoft fabric community forum. Also thank you @nielsvdc for your helpful response.
Currently, Microsoft Fabric only integrates with GitHub using Personal Access Tokens (PAT). These tokens are tied to individual users and have rate limits, which can make secure and scalable CI/CD workflows more difficult. At this time, other authentication options like GitHub Apps, OAuth tokens, or service principals are not supported, as confirmed by the official documentation: Intro to Git Integration in Fabric.
For enterprise-level authentication, Microsoft suggests using Azure DevOps, as it connects to Fabric through tenant-based authentication with Microsoft Entra ID. If you need to use GitHub, you can manually export Fabric artifacts and manage them with GitHub Desktop or the CLI, but this approach does not support automation.
For organizations needing GitHub integration without PATs, submitting a feature request via Fabric Ideas - Microsoft Fabric Community so it can be considered for future development.
Hope this helps, please feel free to reach out for futher questions.
Thank you.
Hi @Rohan-M ,
I wanted to follow up on our previous suggestions. We would like to hear back from you to ensure we can assist you further.
Thank you.
Hi @Rohan-M, unfortunately currently PAT's are still the only way to authenticate to GitHub.