We want to connect Power Platform to SAP using SSO. We have setup the onprem gateway. and environment. We can create a Flow to SAP using SAP hardcoded authentication. To setup SSO, we have followed this article , https://blogs.sap.com/2023/06/19/principal-propagation-in-a-multi-cloud-solution-between-microsoft-azure-and-sap-part-vii-invoke-rfcs-and-bapis-with-kerberos-delegation-from-microsoft-power-platform/
In the 'Call SAP function (v2)' step, we have used this configuration
{ "MessageServerHost": "",
"Client": "xxx",
"LogonType": "Group",
"MessageServerService": "xxxx",
"SncLibraryPath": "",
"SncPartnerName": "",
"SncQOP": "Default",
"SncSso": "On",
"SystemID": "",
"UseSnc": "true" }
When we run the flow, we get error " Error from token exchange : Permission denied due to missing Connection ACL" Please advise