Security events logs
The Central Designer application is configured to log the following security events:
- Successful logins.
- Failed logins.
- Password changes.
- Unauthorized access attempts.
- Unexpected failed validations of SAML tokens (indicating attempted bypass of validation).
- Changes to password management policies.
The following information is logged for every security event:
- Date and time.
- IP address.
- User name.
- Computer name.
- Event message, where applicable.
The data is captured in the PM_AUDIT_EVENT table. Because this table might grow rapidly over time, make sure to periodically export it, and then either truncate the table, or delete older rows. Authentication success and failure, and unauthorized access attempts, are also written to the Windows Event Log.