Open
Description
Description
In WSO2 Identity Server 7.0, when a new organization is created, the audit logs capture entries such as Add-Application, Add-Role, and Add-User, which are part of the internal setup process. However, there is no distinct Add-Organization entry to explicitly indicate the creation of an organization.
Proposed Improvement:
Introduce a dedicated Add-Organization action in the audit logs to clearly represent the creation of an organization. This enhancement would improve the clarity and traceability of audit logs, making it easier for administrators to monitor organization-related operations.
Affected Version: 7.0.0
IS_HOME/repository/logs/audit.log
Steps to Reproduce
- Start a WSO2 Identity Server 7.0 instance.
- Use the Console application to create a new organization via the UI or corresponding REST API.
- Monitor the audit.log file during this operation.
- Observe that actions such as Add-Application, Add-Role, and Add-User are logged.
Note that no explicit Add-Organization entry is recorded in the audit log.
Version
7.0.0
Environment Details (with versions)
No response