Web Application Auditing
Posted
by Adonis L
on Stack Overflow
See other posts from Stack Overflow
or by Adonis L
Published on 2010-04-03T14:18:34Z
Indexed on
2010/04/03
14:23 UTC
Read the original article
Hit count: 223
How can I audit a web application specifically database changes, when the application is connecting to the database as a system account?
I would like to use a simple database trigger to write to an audit table but I am unsure of how I would be able to add the user that is logged on instead of the account that is actually doing the work.
I have read a few articles on identity flow but I do not fully understand the concept.
© Stack Overflow or respective owner