Hi folks,
I'm developing a custom authentication class and need to send some custom audit events to Sentinel.
I've searched the developer docs but couldn't find any information.
How can I achieve this?
Regards,
Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
Hi folks,
I'm developing a custom authentication class and need to send some custom audit events to Sentinel.
I've searched the developer docs but couldn't find any information.
How can I achieve this?
Regards,
Maybe I'm doing something wrong.
I've added the following call to the custom authentication class:
NIDPLog.logAppInfo(String.format("Successfully authenticated %s", id));
In catalina.out I get:
<amLogEntry> 2022-05-25T20:57:20Z INFO NIDS Application: Successfully authenticated alice </amLogEntry>
However it's not sent to sentinel.