Activity › Forums › Salesforce® Discussions › What is callback URL in Salesforce?
Tagged: Authentication, Authentication in Salesforce, Callback, Callback URL, oAuth, URL
-
What is callback URL in Salesforce?
Posted by madhulika shah on July 9, 2018 at 1:58 PMWhat is callback URL in Salesforce?
shariq replied 7 years, 9 months ago 5 Members · 4 Replies -
4 Replies
-
Hello Madhulika
It depends on which OAuth flow you use, Callback URL is typically the URL that a user’s browser is redirected to after successful authentication.
Thank you.
- [adinserter block='9']
-
Hello,
A URL associated with your client application. In some contexts, this must be a real URL that the client’s Web browser is redirected to. In others, the URL isn’t used; however, between your client application and the server (the connected appdefinition) the value must be the same. For example, you may want to use a value that identifies the application, such as http://mycomponent.myapp.
thanks.
-
Hi Madhulika,
The URL that a user’s browser is redirected to after successful authentication. As this URL is used for some OAuth flows to pass an access token, the URL must use secure HTTP (HTTPS) or a custom URI scheme. Separate multiple callback URLs with line breaks. The callback URL field has a limit of 2000 characters, cumulatively. If you enter several URLs and they exceed this limit, configure another connected app to manage more callback URLs.
Thanks.
-
Hi,
To be more clear –
You know you get automatically notified when your device or service goes down. … On the web the term has become a callback URL because it “calls back” a web address rather than a bit of code.
Hope this helps.
Log In to reply.