Skip to main content

I have followed the documentation on setting a custom OAuth2.0 web service connection and all steps work within the Test… flow until it comes to redirecting to https://localhost . Is FME listening to a specific port on the localhost or should it be registering itself as a temporary server?
 


This is the returned screen.

Following the same flow within a external browser window also ends up here but the returned access_code is present in the URL.

How is this being retrieved by FME - I’m kinda stuck here. 

I think we need more information here.

Are you doing this in FME Flow? Assuming, Yes

What is your redirect uri that you are pointing to?

Is your domain name https://localhost (and you have created a cert for localhost?)

 

If all the above are yes, then your redirect URI would be https://localhost/fmeoauth

Easy way to confirm, goto that link and you would get:

 


Reply