Re: [cas-user] Custom Audit Log to DB

2023-07-21 Thread Ray Bon
Shing, Are you looking for an audit entry that is different from those in COM_AUDIT_TRAIL? You may be able to create a web flow event to do that. But NOTE: I was not able to insert my custom login flow after the Duo universal prompt flow. Unfortunately it looks like the cas modules (cas 6.5.x)

[cas-user] Custom Audit Log to DB

2023-07-21 Thread Ps Chu
Hi all, Besides writing the audit log to CAS default audit database table [ COM_AUDIT_TRAIL], may I know any methods that can custom my own audit log to another database table for storing the authentication result in database? Do I need to extend the login flow and create a simple DAO class to