Hi Team,
I have a .pfx file and using this I can access an API through Postman. I am trying to implement the same using logic app but its giving me error :
Could not load the certificate private key. Please check the authentication certificate password is correct and try again
I tried some ways to work this out but none of this worked.
I tried to put Base64 of pfx file and the password of the pfx
Another thing that i tried it extracting the private key from pfx and in password field passing the key
I tried to save the base64 in text vault and accessing it through logic app
Also I tried below steps from MS docs :
https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app?tabs=azure-portal#client-certificate-authentication
Have you ever encountered this issue and if so, how did you fix so.
Thanks