How to get login user credentials in ssd ids

hello ,

in ssd , i completed the ids setup , and now i want to add login user crentials in audit records, so how to fetch that user crentials ???

2 Likes

You can retrieve the userInfo object from the session node as shown in the screenshot below.

To access it from session, use the following reference:
const userInfo = bh.local.session.data.userInfo

4 Likes