Audit logs
The core admin experience sends the following log events when configuration changes are made:
Event name | Event ID | Description |
---|---|---|
Email template created | CREATE_EMAIL_TEMPLATE | An email template has been created (or an attempt made). Possible results: - Creation succeeded: The payload contains the new template, including the HTML contents. - Creation failed: The payload contains the message "Create email template failed". |
Email template updated | UPDATE_EMAIL_TEMPLATE | The email template has been updated. The payload contains the updated template. |
Email template deleted | DELETE_EMAIL_TEMPLATE | The email template has been deleted. The payload contains the ID of the deleted template. |
Workflow updated | UPDATE_WORKFLOW_DETAILS | The workflow has been updated. |
Session settings updated | UPDATE_SESSION_MANAGEMENT | The session management settings have been updated. The payload contains the new settings. |
Password policy settings updated | UPDATE_PASSWORD_POLICY | The password policy settings have been updated. The payload contains the new settings. |
Account Lockout settings updated | UPDATE_ACCOUNT_LOCKOUT | The account lockout settings have been updated. The payload contains the new settings. |
Report downloaded | REPORT_DOWNLOAD_SUCCESS | A user has downloaded a report. |
Report uploaded | REPORT_UPLOAD_INITIATED | A report upload to the reporting service has been initiated. |
For more information on OneWelcome Identity Platform events, see event store.