How to get the USER_ID when Authenticating using LDAP?
Hi All,
I'm currently testing LDAP Authentication with my application. I was able to do this just fine but I came across an issue where in if a user creates or updates a records, I need to set the CREATED_BY_ID and LAST_UPDATED_BY_ID columns accordingly. And since this is LDAP, I don't have any custom Users table created in my schema.
Is there a way to get the USER_ID from Active Directory? If not, can anyone suggest an approach on how I should go about this?
Thanks,
Allen