Activity Forums Salesforce® Discussions What is Callback URL ?

  • Anjali

    Member
    February 26, 2020 at 1:46 pm

    Callback URLs are the URLs that Auth0 invokes after the authentication process. Auth0 redirects back to this URL and appends additional parameters to it, including an access code which will be exchanged for an id_token, access_token and refresh_token.

    Since callback URLs can be manipulated, you will need to add your application's URL to your client's Allowed Callback URLs for security. This will enable Auth0 to recognize these URLs as valid. If omitted, authentication will not be successful.

    The format of the URL will depend on the platform. In the sample callback URLs below, replace YOUR_AUTH0_DOMAIN with your actual Auth0 domain. You can find your domain on the Settings tab for your Client inside the Auth0 dashboard:

  • Manish

    Member
    February 26, 2020 at 2:30 pm

    Callback URLs are the URLs that Auth0 invokes after the authentication process. Auth0 redirects back to this URL and appends additional parameters to it, including an access code which will be exchanged for an id_token, access_token and refresh_token.

  • Aditya

    Member
    February 26, 2020 at 3:30 pm

    Hi Kiran,

    Callback URLs are the URLs that Auth0 invokes after the authentication process. Auth0 redirects back to this URL and appends additional parameters to it, including an access code which will be exchanged for an id_token , access_token and refresh_token.

  • Arun

    Member
    February 27, 2020 at 6:25 am

    Callback URL in salesforce is nothing but what Salesforce will callback with once the user authorizes access to his/her Salesforce account. Callback URL is typically the URL that a user's browser is redirected to after successful authentication. You have enter call back URLs one per line.

Log In to reply.

Popular Salesforce Blogs