tokenarcherrsa-archer-grc

How to get current session token in RSA Archer?


I'm working with RSA Archer GRC 6.5 and trying to create an iView block with custom content. It's supposed to show results of an ExecuteSearch request using JavaScript. To do that I need to get a current session token, but I can't find the solution.

CreateUserSession and other methods, described in the documentation, are requiring login and password.


Solution

  • The line of code that I was looking for:

    var sessionToken = JSON.parse(JSON.parse(atob(parent.parent.ArcherApp.globals.workpointFeatures))).SessionToken;