Skip to main content
Question

How to bulk update the redirect URIs of all our web services

  • August 16, 2026
  • 3 replies
  • 29 views

mgg_beca
Enthusiast
Forum|alt.badge.img+17

Hi there,

If we change the URL of our FME instance all the redirect URIs of our OAuth web services will be pointing to the old URL.

Is there a way to bulk update them, either through a setting or an API call?

 

Thanks,

Marc

3 replies

david_r
Celebrity
  • August 17, 2026

I’m not sure modifying the base URL of a Flow instance is supported. At least in past versions, the only way to change the URL was to reinstall Flow.


mgg_beca
Enthusiast
Forum|alt.badge.img+17
  • Author
  • Enthusiast
  • August 17, 2026

I’m not sure modifying the base URL of a Flow instance is supported. At least in past versions, the only way to change the URL was to reinstall Flow.

Hi David,

Yeah it is supported, and we have used this approach in the past to deploy a new updated version of flow:

  1. deploy new flow in test environment
  2. migrate content
  3. test apps
  4. change IP addresses to update DNS resolution
  5. update FME Flow URL in GUI and any settings files

But this would require also updating all Redirect URIs, which is another thing to remember.

Curious to know if there is an automatic way to do this.

It would be good if the redirect URI would automatically update with Flow URL updates as it is always <FME FLOW URL>/fmeoauth for flow.

Thanks,

Marc


david_r
Celebrity
  • August 18, 2026

I’m not sure modifying the base URL of a Flow instance is supported. At least in past versions, the only way to change the URL was to reinstall Flow.

Hi David,

Yeah it is supported, and we have used this approach in the past to deploy a new updated version of flow:

  1. deploy new flow in test environment
  2. migrate content
  3. test apps
  4. change IP addresses to update DNS resolution
  5. update FME Flow URL in GUI and any settings files

But this would require also updating all Redirect URIs, which is another thing to remember.

Curious to know if there is an automatic way to do this.

It would be good if the redirect URI would automatically update with Flow URL updates as it is always <FME FLOW URL>/fmeoauth for flow.

Thanks,

Marc

Hi Marc

Did you find these steps described in any of the official documentation from Safe? Or was this something you found out by trial and error?