-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standard Logic app - Client Certificate auth in HTTP Action of Logic App returns missing privatekey #1006
Comments
This issue is stale because it has been open for 45 days with no activity. |
I’m also recieving this error, despite successfully getting it to work the same way in a Logic App (Consumption) |
This issue is stale because it has been open for 45 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
This is still happening forme as well in a standard logic App |
For anyone encountering this problem: in your Standard Logic Apps, add an environment variable for "WEBSITE_LOAD_USER_PROFILE" with value "1". This is referred to in the Important note at the bottom of this section: https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app?tabs=azure-portal#client-certificate-authentication Note that setting WEBSITE_LOAD_ROOT_CERTIFICATES is not required. |
Describe the Bug
I tried enabling client certificate auth for http action in standard logic app, but received "could not load the certificate private key. Please check the authentication certificate password is correct and try again." error message. Please help
Plan Type
standard
Steps to Reproduce the Bug or Issue
In the http action select auth type to client certificate and update the pfx and password
Workflow JSON
No response
Screenshots or Videos
No response
Additional context
No response
AB#27098454
The text was updated successfully, but these errors were encountered: