Skip to main content

I am looking at implementing something like this: https://support.safe.com/hc/en-us/articles/25407459193613-HTML-Page-with-Link-to-Download-Excel-File-FME-Flow-App

But I don’t want to create a webhook for public access for the data streaming link, I want this restricted to the same role/group that has access to the server app - is that possible?

Hey ​@nordpil 

I think you can easily do that by removing the token of the webhook.
When creating a webhook, FME Flow will create a token that will be in the URL. That’s what make the service “public”. 
By removing the token from the URL, FME Flow should ask for authentication when trying to access it. If the user doesn’t have an FME Flow user, he will not be able to run it.


(You will still need to give those users/roles permission to run the workspace on the FME Flow side, under Admin/User Management)


Yes, I have tried that, but then the user would have to log in again, which is annoying, they have already authenticated once to get access to the server app.


Reply