[SalesForce] How to see the setup of an OAuth Connected App

I am trying to figure out the setup of the integration with an external system. When I go into the user account being used as the integration user account I see the name of the application in the login history. However, I can't see an app by that name listed in the Connected Apps, or in the App Manager.

If I go into "Connected Apps OAuth Usage" I can see that app listed, along with the users who are using it. But that's all the details I can get regarding the app. The "Install" button is to the far right side (not the "Uninstall"), which confuses me even more because I wouldn't think that an app which is being used still needs to be installed. And that's about all the information I can get about it. Is there another location to see the details of this app ?

Best Answer

Only the app you create your org shows up under the Manage > Apps. This where you build the connected app.

However, to manage the App policies you will have to install the app from the Manage > Connected Apps OAuth Usage

This is where you can set the Oauth policies and the Session Policies.

Related Topic