Skip to main content

Hello,

please, I created web application according to this manual: https://knowledge.safe.com/articles/583/data-upload-part-3-rest-api.html. Everything is ok, but I need to user to authenticate firstly before he can run the workspace. Is it possible? I dont want to user had to open FME Server web interface and authorize there, I can do it only on created web application.

Thank You so much for ideas!

Lubo

Hi @lazarlubomir

you can implement authentication for your data upload app with the FME Server Token Service. At the bottom this page you will also find a code snippet of an example using JS to retrieve a token using FME Server Token Service:

https://playground.fmeserver.com/getting-started/authentication

I hope this gets you started!


@GerhardAtSafe

Thank You so much, it started me! :-)

Lubo


Reply