Identity for the new global security providers

Okay, I see the new access to the global database connections. I have used the global Security Provider in a lot of my Server-Side queries in order to access the “identity” of the logged-in user. Is there a way to have access to the “identity” of the logged in user now that the use of the Security Provider has changed?

1 Like

@Teodor and @George - this is a very important question. I also use the Security Provider in every single logged in workflow to get the user’s identity.

When I try to do this without, there is no global identity accessible. Can you advise on this ASAP, please.

same here - I don’t see the new globals anywhere…
image

In the next update we will offer a way to access also the global identity of the security provider.

3 Likes

I guess you can access it using a global session variable : $_SESSION.securityId
Just create a securityId var under global and is available in the UI

1 Like