sasjs / viyatoken

SASjs web app for generating a Viya client, secret and access token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not getting Clinet_id and Client secrete from SASjs Viya Token Generator

venkattoluchuri opened this issue · comments

Hi,

I have run below code and created folders and trying to run "https://URL.../clickme. However, i am not getting any output for client_secrete to use submit jobs from VS Code editor.

filename vt url "https://raw.githubusercontent.com/sasjs/viyatoken/master/runme.sas";
%inc vt;

If you can able to join us for few mins over the call, that would be a great help to understand more on this usage and further steps.

Thanks again for all your help.

As per discussion, and as documented here, the system account must have READ access to the consul token in order to generate the client / secret pair.

The permissions on the consul token itself should never be changed - rather, the relevant users should be given access rights, or the system account should be given access. If the system account, the permissions should be carefully set to avoid the risk of regular users being able to generate client/secret pairs.