Hi,
I have created new reports needed for client and linked it to the reports tab in SAS AML frontend V5.1 .
At present i am unable to find any conditions in Management console to disable the reports tab based on user capabilites.
Hence i am trying to create a logic wherein the session username/userid is captured in the first page before the SAS stored process of second page is loaded and then the username/userid is checked if belonging to a group with sufficient privileges and then the net set of stored process executed.
Now once the control is transferred to stored process, the username becomes admin username as we are implementing token authentication.
i want to know if i can get the session username/userid in the first page itself in html/javascript so that i get the logged in user details before it is converted into token.
Kindly help me
Do provide your insights.
Thanks in advance