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?
Page 1 / 1
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!
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.