Skip to main content
Solved

Whats does a Github OAuth App authorization callback URL look like?

  • May 10, 2019
  • 2 replies
  • 109 views

bruceharold
Supporter
Forum|alt.badge.img+19

I can make an OAuth App in Github and generate the client ID and secret but the authorization callback URL has me stumped. The documentation talks about URLs that don't exist in my 'app', unless its somewhere in the Github API I don't know about. Anyone got this going before?

Best answer by laurawatsafe

Hi @bruceharold You'll want the Authorization Callback URL to be the same as what is in the Redirect Uri within FME. When I've set this up on FME Server, the URL I've used is something like:

https:\\\\<serverPublicDNS>\\fmeoauth

Hope that helps!

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

laurawatsafe
Safer
Forum|alt.badge.img+12
  • Safer
  • 158 replies
  • Best Answer
  • May 15, 2019

Hi @bruceharold You'll want the Authorization Callback URL to be the same as what is in the Redirect Uri within FME. When I've set this up on FME Server, the URL I've used is something like:

https:\\\\<serverPublicDNS>\\fmeoauth

Hope that helps!

 


bruceharold
Supporter
Forum|alt.badge.img+19
  • Author
  • Supporter
  • 352 replies
  • May 15, 2019

Hi @bruceharold You'll want the Authorization Callback URL to be the same as what is in the Redirect Uri within FME. When I've set this up on FME Server, the URL I've used is something like:

https:\\\\<serverPublicDNS>\\fmeoauth

Hope that helps!

 

Yay! Thanks Laura, in my case I just used localhost.