Change password for SFDC connector user

Shrikant Mittal 21 Reputation points
2022-05-24T19:02:27.137+00:00

Hi
We have the Azure Logic app in our salesforce production environment.
and this app is running in the context of an API user and we want to change the password of this API user.
But I could not figure out where I need to update the new password for this Azure Logic app.?
anyone can suggest where I need to update the new password for the Azure Logic app in salesforce or if I need to update this password somewhere else.?

Thank you

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-05-25T01:56:23.49+00:00

    @Shrikant Mittal Thanks for reaching out. You can always reauthenticate the connection again by navigating to the API Connections blade in your azure portal.
    If you are creating a new connection (i.e. not reusing the existing connection or created in some other resource group), then the connection resource will be created on the same resource group.
    You can always navigate to Code View of your logic app to know what connection name is, connection ID and resource ID that your logic app connector is using. In my case the connection name is salesforce as below

    205278-image.png

    Updating the API connection/Authorize :
    Search for API connections --> Then your API connection name or navigate to resource group to find the API connection resource
    205220-image.png

    Feel free to get back to me if you need any assistance.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.