AdrianH
9 years agoNew Contributor II
Web Service Security
Does anyone have any material on enabling web service security above and beyond the OOTB Bearer token stuff?
Thanks!
Any help much appreciated.
Yours,
Adrian
Adrian,
Assuming that you are talking about triggered or ultra tasks where you can run SnapLogic pipeline via REST call’s, at present you have two options
1 - bearer token
2 - http basic auth, where you set http authrization → Basic Auth → your snaplogic login creds i.e. username and pwd
You can also create a service account which can only run triggered tasks, http://doc.snaplogic.com/users
Service accounts need to be given permissions on a project or group basis just like regular user accounts. These accounts, however, cannot log into Designer or Manager and can only be used to run triggered tasks using basic authentication.
For additional security options you can try accessing SnapLogic tasks via 3rd party API gateway solution.
Hi,
Yes I was referring to triggered tasks.
Thanks, where or how is basic authentication set up for a triggered task?
Yours,
Adrian