Both are same URLs? | Community
Skip to main content
Answered

Both are same URLs?

  • January 25, 2021
  • 2 replies
  • 19 views

Forum|alt.badge.img+1

I can see two different URLs in OAuth Process and Installation. Do both of them talk about same URLs? (Please check the attached screen shots)

Best answer by Eric Fitz

Hey @rajabdeen​ 

 

In the two images you have linked, these refer to different URLs.

 

The first image is talking about direct installation and uninstallation URLs. So for direct installation, you would insert the URL that kicks off the OAuth flow.

 

The second image is talking about redirect URLs.

 

This is the URL which we POST to when your user has authorized your app to access their information. In other words, it's the URL that Intercom will use to send the authorization code for your user.

 

You can add more than that on the redirect URL, but that is optional.

2 replies

Eric Fitz
Employee
Forum|alt.badge.img+5
  • Employee
  • 1630 replies
  • Answer
  • January 28, 2021

Hey @rajabdeen​ 

 

In the two images you have linked, these refer to different URLs.

 

The first image is talking about direct installation and uninstallation URLs. So for direct installation, you would insert the URL that kicks off the OAuth flow.

 

The second image is talking about redirect URLs.

 

This is the URL which we POST to when your user has authorized your app to access their information. In other words, it's the URL that Intercom will use to send the authorization code for your user.

 

You can add more than that on the redirect URL, but that is optional.


Forum|alt.badge.img+1
  • Author
  • Active User
  • 17 replies
  • January 29, 2021

thanks @eric f11​