I am trying to integrate my application into Salesforce. I want to call my application's API from Salesforce to fetch the details. For accessing my APIs, I am trying to do the OAuth authentication. Where I can provide my endpoints to get the callback URL from salesforce? I want the callback URL from salesforce to generate the client ID and client secret from my application.