- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 04-09-2021 09:28 AM
(985 views)
Hi,
we need to run all the task in project subsequently avoiding the user to click execute on every task.
We are trying to achieve this using the RFW API "task_launch_script" but in order to run a task we need to set the authentication with the "set_auth".API.
Our configuration in not token based, there is a way to retrieve the login session avoiding to pass the explicit user name ad password to the API
Thx in advance.
Andrea
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I don't remember the RFW API scripts well but SAS, in general, supports 3 authentication mechanisms
- Credentials - username and password
- OTPs - one time passwords
- Tickets - You start with ticket-granting ticket and use it to get service ticket for each individual request.
See if this distinction helps you. This thread is old so I am guessing that the issue is already resolved.