BookmarkSubscribeRSS Feed
and_stefanelli
Calcite | Level 5

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
himanshucb
SAS Employee

I don't remember the RFW API scripts well but SAS, in general, supports 3 authentication mechanisms

  1. Credentials - username and password
  2. OTPs - one time passwords
  3. 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.