Hello everyone,
We'd like to get user details in our application. This means, that we'd like to be able to link an IAM user to an application table. Say, we have an IAM role "driver". This role can log on to the application. The application has a table "driver" that links drivers to trucks, cargos and what not. In order for us to filter data for that driver specifically, so that the driver doesn't see other drivers' details. How would we set this up?
As far as we can see, we can call tsf_user() from within the application. This results in a GUID. But this GUID can't be traced back to any IAM user "out of the box". There's no username, email or anything recognizable. Are we overlooking something?
Best regards,
- Alex.