OAuth

OAuth is an open standard for authorization used with many popular APIs such as Twitter and Facebook. It provides a means for applications (and Robots in the case of Kofax RPA) to access data or perform actions on a user's behalf without having direct access to the user's login credentials. For instance, a robot can use Twitter's API to extract the most recent mentions of a user, such as @Kofax, using access tokens provided by that user but without having explicit access to @Kofax Twitter password.

The Management Console is used to generate access tokens, which are stored securely in a key store. The access tokens can be passed on as input to robots in a schedule. As always, the robots that perform the actual API calls and handle the returned data are created in Design Studio.