Solved

Can I run a workspace in FME Server without logging in?

  • 3 December 2015
  • 7 replies
  • 18 views

I want to create a repository in FME Server 2015 where anyone can run the workspaces.

icon

Best answer by fmelizard 29 December 2015, 01:19

View original

7 replies

Userlevel 4

Yes, that is possible, but I believe your users will have to execute the workspaces using the REST API, as it seems the GUI form (where you specify the workspace parameters) requires a login.

Userlevel 2
Badge +16

I know it is not really without logging in, but:

You can create a Guest user (without password) with Role fme_guest and restrict that role to running workspaces in that repository.

Badge +5

It's not a good option if you don't have unlimited license.

Userlevel 4

It's not a good option if you don't have unlimited license.

Why is that?

Userlevel 2
Badge +16

I know it is not really without logging in, but:

You can create a Guest user (without password) with Role fme_guest and restrict that role to running workspaces in that repository.

Oops, a password is required when creating a new user. So I would use guest/guest. Still needs a login to FME server. So most likely not what you were looking for.

Another possibility is the single sign-on option as described in this document:

http://docs.safe.com/fme/2015/html/FME_Server_Documentation/Default.htm#AdminGuide/IWA.htm

Userlevel 4
Badge +13
@arjanvanzutphen

The fmeguest role provides this sort of unauthenticated access. Each request to FME Server that lacks credentials is first attempted with the guest account. So if the guest account is connected to a role that has permission to use repository 'x', then no credentials will be required. I think the only thing you need to do is give the fmeguest role the read and run policy for your workspace.

A bit more information on the guest account. http://docs.safe.com/fme/html/FME_Server_Documenta...

Badge +2

In FME Server 2019, we now have the concept of 'Apps' which I believe allows you to do just this.

 

 

https://knowledge.safe.com/articles/94277/fme-server-apps.html

Reply