Security best practices for publishing Tessitura on the go

We are about to publish Tessitura on The Go outside of our network.  We have a dedicated instance of the REST application with TOG for this.  Of course we want to keep the REST resources private for security reasons, while publishing TOG to the outside.  

Can anyone point me to any documentation or discussion around locking down REST with an open TOG app? 

We can think of several options, but they all seem too fussy, we're looking for the simple solution.  

Thanks,
Mark

Parents Reply
  • To follow up on this thread:

    Tessitura on The Go can exist as a stand alone application on it's own server.  It does not need any REST components in the filesystem.  All it needs is the path to the relevant REST server and a DB connection.  

    Setting it up like this allows us to only open 443 to the outside and keep backend traffic to the SQL ports and REST app.  (I think the SSRS reports are all handled via the REST service.)

    On top of that we installed our two factor authentication app at the IIS level.  

    Setting it up this way allows us to really lock down public TOG access. 

    Thanks for the help.

Children