Adaptive authentication events
You can use the adaptive authentication events table to know about the events.
Following are some of the logs that can be tracked in the adaptive authentication events table:
glide.adaptive.auth.log.success.event: To know thesuccessevents for Post Auth, API logins.glide.adaptive.auth.log.mfa.relax.event: To know themfa_relaxationevents for MFA Context.
Note:
- For Pre-Auth Context, Rest API Access policies of type "
pre_auth": By defaultFailureevents are logged.Successeventscan'tbe logged. - For Post Auth Context, Rest API Access policies of type other than "
pre_auth": By defaultFailureevents or logged. ForSuccessevents to log, you need to enable theglide.adaptive.auth.log.success.eventproperty. - For MFA: By default
MFA Enforcementevents are logged. - For MFA Relaxation events to log, you need to enable the
glide.adaptive.auth.log.mfa.relax.eventproperty.MFA Relaxationwould log the same event asMFA Enforcement, but with theResultField populated withFalse.