Event actions
Whenever any of the following actions occur, an event is created. Actions are used to define Notification Rules.
login
A user logs in (including the source, if available).
Example
login_failed
A failed login attempt.
Example
logout
A user logs out.
Example
user_write
A user is written to during a flow execution.
Example
suspicious_request
A suspicious request has been received (for example, a revoked token was used).
password_set
A user sets their password.
secret_view
A user views a token's/certificate's data.
secret_rotate
A token was rotated automatically by authentik.
invitation_used
An invitation is used.
authorize_application
A user authorizes an application.
Example
source_linked
A user links a source to their account.
impersonation_started
/ impersonation_ended
A user starts/ends impersonation, including the user that was impersonated.
policy_execution
A policy is executed (when a policy has "Execution Logging" enabled).
policy_exception
/ property_mapping_exception
A policy or property mapping causes an exception.
system_task_exception
An exception occurred in a system task.
system_exception
A general exception in authentik occurred.
configuration_error
A configuration error occurs, for example during the authorization of an application.
model_created
/ model_updated
/ model_deleted
Logged when any model is created/updated/deleted, including the user that sent the request.
Starting with authentik 2024.2, when a valid enterprise license is installed, these entries will contain additional audit data, including which fields were changed with this event, their previous values and their new values.
email_sent
An email has been sent. Included is the email that was sent.
update_available
An update is available.