Forum Discussion
Configure service principal for cloud data source e
- 1 year ago
Hi DimitraG ,
There are two types of authentication available for service principals:
password-based authentication (application secret) and certificate-based authentication.
But first you need Microsoft Entra ID.If you need help creating a service principal, you refer this link
Register a Microsoft Entra app and create a service principal
After creating Service principal you should add it to security group.
You can Enable service principal authentication for admin APIs using these steps
https://learn.microsoft.com/en-us/fabric/admin/enable-service-principal-admin-apis
Hope this helps!
If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.
Hi DimitraG ,
There are two types of authentication available for service principals:
password-based authentication (application secret) and certificate-based authentication.
But first you need Microsoft Entra ID.
If you need help creating a service principal, you refer this link
Register a Microsoft Entra app and create a service principal
After creating Service principal you should add it to security group.
You can Enable service principal authentication for admin APIs using these steps
https://learn.microsoft.com/en-us/fabric/admin/enable-service-principal-admin-apis
Hope this helps!
If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.