Solved

FME Server: data upload through web application incl. authentication

  • 18 April 2018
  • 2 replies
  • 3 views

Badge +1

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

icon

Best answer by gerhardatsafe 18 April 2018, 18:38

View original

2 replies

Badge

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!

Badge +1
@GerhardAtSafe

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

Lubo

Reply