0

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.

Alexander
  • 19
  • 8

2 Answers2

1

The line of code that I was looking for:

var sessionToken = JSON.parse(JSON.parse(atob(parent.parent.ArcherApp.globals.workpointFeatures))).SessionToken;
Alexander
  • 19
  • 8
0

Alexander, with 6.1 there's no way to get the session token via javascript. It's best to upgrade to the latest version being 6.1 isn't supported any more. This way you can obtain the session toke via javascript and take advantage of the newest features and fixes with the latest version.

DjP
  • 308
  • 1
  • 6