Warning flow should log warning events
Description
Environment
Activity
This is not straightforward because it’s unclear what all would need to be logged, and getting at all of it would be very complicated. Just logging “warning X happened” without e.g. a user identity and so on would be useless.
The only practical thing I can think of is to add a hook for a custom object to be invoked to perform the warning, but that’s honestly not really needed because the conditions being tested are already entirely custom anyway. So I would say the answer is to do whatever logging you want to do inside the conditions themselves.
Jira proper, but I’ll just move this into a RFE.
Thanks Scott! I’ll log it myself in the view. Where to send enhancement request?
If you mean you eant the warning flow to log something it’s not already logging, that’s a request for an enhancement, I doubt it logs anything now.
You could, however, get the view it’s rendering for the warning to log something yourself in the Velocity template, per https://shibboleth.atlassian.net/wiki/spaces/KB/pages/1424851284/Logging+Inside+IdP+Views
Hello,
How to enable warning intercept log that log user’s warning event?
Thanks,
Hong