Forum Discussion
Fabric GraphQL API with Microsoft App Registration Endpoint, with OAuth Access Token.
- 2 years ago
SauravRajJoshi I think Stand alone Service Principals are not supported currently in GraphQL. You have to provide delegated permissions to the Service principal for it to access the data from the SQL endpoint.
When you use delegated permissions, you must authenticate the service principal as well as the user. Read the below link to know more.
SauravRajJoshi I think Stand alone Service Principals are not supported currently in GraphQL. You have to provide delegated permissions to the Service principal for it to access the data from the SQL endpoint.
When you use delegated permissions, you must authenticate the service principal as well as the user. Read the below link to know more.
I want to try connecting applications to Fabric API for GraphQL. I'm unsure if the account used to create a GraphQL API in Fabric has to be the same as the Azure account used to create Microsoft Entra?