The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Does anyone know what this is? How do I enable / disable / manage / explore this feature?
Solved! Go to Solution.
Hi @mmccarver,
The 'allowServicePrincipalCredentialTypeForCloudConnections' property is a setting the 'service principals' can use client certificates or client secrets to authenticate with Azure AD. (this property is used in the context of cloud connections)
When this property is set to true, service principals can use both client certificates and client secrets to authenticate with Azure AD. If this set to false, only client secrets can be used for authentication
Securing service principals in Azure Active Directory - Microsoft Entra | Microsoft Learn
Regards,
Xiaoxin Sheng
Hi @mmccarver,
The 'allowServicePrincipalCredentialTypeForCloudConnections' property is a setting the 'service principals' can use client certificates or client secrets to authenticate with Azure AD. (this property is used in the context of cloud connections)
When this property is set to true, service principals can use both client certificates and client secrets to authenticate with Azure AD. If this set to false, only client secrets can be used for authentication
Securing service principals in Azure Active Directory - Microsoft Entra | Microsoft Learn
Regards,
Xiaoxin Sheng