Skip to content

Commit 4409d73

Browse files
committed
Update the audit log catalog
1 parent b3f636c commit 4409d73

3 files changed

Lines changed: 124 additions & 119 deletions

File tree

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
# Audit log catalog
2+
3+
The following are the audit logs generated in Asgardeo, grouped by category.
4+
5+
## Actions
6+
7+
| Audit Log | Description |
8+
|---|---|
9+
| `activate-action` | An action was activated. |
10+
| `add-action` | A new action was added. |
11+
| `delete-action` | An action was deleted. |
12+
| `update-action` | An action was updated. |
13+
| `deactivate-action` | An action was deactivated. |
14+
15+
## Application management
16+
17+
| Audit Log | Description |
18+
|---|---|
19+
| `create-application` | A new application was created. |
20+
| `delete-application` | An application was deleted. |
21+
| `update-application` | An application was updated. |
22+
| `create-oauth-application` | A new OAuth application was created. |
23+
24+
## Application sharing
25+
26+
| Audit Log | Description |
27+
|---|---|
28+
| `processing-share-application-with-all-orgs` | An application was shared with all organizations. |
29+
| `processing-unshare-application-from-all-orgs` | An application was unshared from all organizations. |
30+
| `processing-unshare-application-from-selected-orgs` | An application was unshared from selected organizations. |
31+
| `processing-share-application-with-selected-orgs` | An application was shared with selected organizations. |
32+
33+
## Connections
34+
35+
| Audit Log | Description |
36+
|---|---|
37+
| `Add-IDP` | A new connection was added. |
38+
| `Delete-IDP` | A connection was deleted. |
39+
| `Update-IDP` | A connection was updated. |
40+
41+
## Flow management
42+
43+
| Audit Log | Description |
44+
|---|---|
45+
| `update-flow-config-INVITED_USER_REGISTRATION` | The invited user registration flow configuration was updated. |
46+
| `update-flow-PASSWORD_RECOVERY` | The password recovery flow was updated. |
47+
| `update-flow-config-PASSWORD_RECOVERY` | The password recovery flow configuration was updated. |
48+
| `update-flow-INVITED_USER_REGISTRATION` | The invited user registration flow was updated. |
49+
| `update-flow-config-REGISTRATION` | The registration flow configuration was updated. |
50+
| `update-flow-REGISTRATION` | The registration flow was updated. |
51+
52+
## Organization management
53+
54+
| Audit Log | Description |
55+
|---|---|
56+
| `add-organization` | A new organization was added. |
57+
| `delete-organization` | An organization was deleted. |
58+
| `update-organization` | An organization was updated. |
59+
60+
## Role management
61+
62+
| Audit Log | Description |
63+
|---|---|
64+
| `add-role` | A new role was created. |
65+
| `update-users-of-role` | Users of a role were updated. |
66+
| `delete-role` | A role was deleted. |
67+
| `get-users-of-role` | Users of a role were retrieved. |
68+
| `update-groups-of-role` | Groups of a role were updated. |
69+
| `update-permissions-of-role` | Permissions of a role were updated. |
70+
| `update-role-name` | A role name was updated. |
71+
| `Update users list of role by id` | Users list of a role was updated by ID. |
72+
73+
## Session Management
74+
75+
| Audit Log | Description |
76+
|---|---|
77+
| `TerminateSession` | A user session was terminated. |
78+
79+
## System operations
80+
81+
| Audit Log | Description |
82+
|---|---|
83+
| `Kill-All-Agents-In-User-Store` | All agents in a user store were terminated. |
84+
| `Kill-All-Agents-In-Tenant` | All agents in a tenant were terminated. |
85+
| `resource-creation-via-impersonation` | A resource was created via impersonation. |
86+
87+
## Tenant management
88+
89+
| Audit Log | Description |
90+
|---|---|
91+
| `Add-Tenant` | A new tenant was added. |
92+
93+
## Token management
94+
95+
| Audit Log | Description |
96+
|---|---|
97+
| `Generate-Access-Token-For-Remote-User-Store` | An access token was generated for a remote user store. |
98+
| `issue-access-token` | An access token was issued. |
99+
| `ISSUE-SYSTEM-TOKEN` | A system token was issued. |
100+
| `PostTokenIssue` | A token was issued via the password grant. |
101+
| `Revoke-All-Access-Tokens-For-Remote-User-Store` | All access tokens for a remote user store were revoked. |
102+
| `validate-scope` | OAuth scope validation was performed. |
103+
104+
## User management
105+
106+
| Audit Log | Description |
107+
|---|---|
108+
| `add-group` | A new group was added. |
109+
| `add-user` | A new user was added. |
110+
| `credential-update-by-administrator` | User credentials were updated by an administrator. |
111+
| `credential-update-by-user` | User credentials were updated by the user. |
112+
| `delete-group` | A group was deleted. |
113+
| `delete-user` | A user was deleted. |
114+
| `delete-user-claim-value` | A user claim value was deleted. |
115+
| `set-user-claim-value` | A user claim value was set. |
116+
| `set-user-claim-values` | Multiple user claim values were set. |
117+
| `update-group-name` | A group name was updated. |
118+
| `Account Enable` | A user account was enabled. |
119+
| `Account Disable` | A user account was disabled. |
120+
| `create-federated-user-association` | A federated user association was created. |

en/asgardeo/docs/guides/asgardeo-logs/audit-logs.md

Lines changed: 1 addition & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -101,121 +101,4 @@ Follow the steps below to observe an audit log due to user onboarding:
101101

102102
## Audit log actions
103103

104-
The following are the audit logs generated in Asgardeo, grouped by category.
105-
106-
### Actions
107-
108-
| Audit Log | Description |
109-
|---|---|
110-
| `activate-action` | An action was activated. |
111-
| `add-action` | A new action was added. |
112-
| `delete-action` | An action was deleted. |
113-
| `update-action` | An action was updated. |
114-
| `deactivate-action` | An action was deactivated. |
115-
116-
### Application management
117-
118-
| Audit Log | Description |
119-
|---|---|
120-
| `create-application` | A new application was created. |
121-
| `delete-application` | An application was deleted. |
122-
| `update-application` | An application was updated. |
123-
| `create-oauth-application` | A new OAuth application was created. |
124-
125-
### Application sharing
126-
127-
| Audit Log | Description |
128-
|---|---|
129-
| `processing-share-application-with-all-orgs` | An application was shared with all organizations. |
130-
| `processing-unshare-application-from-all-orgs` | An application was unshared from all organizations. |
131-
| `processing-unshare-application-from-selected-orgs` | An application was unshared from selected organizations. |
132-
| `processing-share-application-with-selected-orgs` | An application was shared with selected organizations. |
133-
134-
### Connections
135-
136-
| Audit Log | Description |
137-
|---|---|
138-
| `Add-IDP` | A new connection was added. |
139-
| `Delete-IDP` | A connection was deleted. |
140-
| `Update-IDP` | A connection was updated. |
141-
142-
### Flow management
143-
144-
| Audit Log | Description |
145-
|---|---|
146-
| `update-flow-config-INVITED_USER_REGISTRATION` | The invited user registration flow configuration was updated. |
147-
| `update-flow-PASSWORD_RECOVERY` | The password recovery flow was updated. |
148-
| `update-flow-config-PASSWORD_RECOVERY` | The password recovery flow configuration was updated. |
149-
| `update-flow-INVITED_USER_REGISTRATION` | The invited user registration flow was updated. |
150-
| `update-flow-config-REGISTRATION` | The registration flow configuration was updated. |
151-
| `update-flow-REGISTRATION` | The registration flow was updated. |
152-
153-
### Organization management
154-
155-
| Audit Log | Description |
156-
|---|---|
157-
| `add-organization` | A new organization was added. |
158-
| `delete-organization` | An organization was deleted. |
159-
| `update-organization` | An organization was updated. |
160-
161-
### Role management
162-
163-
| Audit Log | Description |
164-
|---|---|
165-
| `add-role` | A new role was created. |
166-
| `update-users-of-role` | Users of a role were updated. |
167-
| `delete-role` | A role was deleted. |
168-
| `get-users-of-role` | Users of a role were retrieved. |
169-
| `update-groups-of-role` | Groups of a role were updated. |
170-
| `update-permissions-of-role` | Permissions of a role were updated. |
171-
| `update-role-name` | A role name was updated. |
172-
| `Update users list of role by id` | Users list of a role was updated by ID. |
173-
174-
### Session Management
175-
176-
| Audit Log | Description |
177-
|---|---|
178-
| `TerminateSession` | A user session was terminated. |
179-
180-
### System operations
181-
182-
| Audit Log | Description |
183-
|---|---|
184-
| `Kill-All-Agents-In-User-Store` | All agents in a user store were terminated. |
185-
| `Kill-All-Agents-In-Tenant` | All agents in a tenant were terminated. |
186-
| `resource-creation-via-impersonation` | A resource was created via impersonation. |
187-
188-
### Tenant management
189-
190-
| Audit Log | Description |
191-
|---|---|
192-
| `Add-Tenant` | A new tenant was added. |
193-
194-
### Token management
195-
196-
| Audit Log | Description |
197-
|---|---|
198-
| `Generate-Access-Token-For-Remote-User-Store` | An access token was generated for a remote user store. |
199-
| `issue-access-token` | An access token was issued. |
200-
| `ISSUE-SYSTEM-TOKEN` | A system token was issued. |
201-
| `PostTokenIssue` | A token was issued via the password grant. |
202-
| `Revoke-All-Access-Tokens-For-Remote-User-Store` | All access tokens for a remote user store were revoked. |
203-
| `validate-scope` | OAuth scope validation was performed. |
204-
205-
### User management
206-
207-
| Audit Log | Description |
208-
|---|---|
209-
| `add-group` | A new group was added. |
210-
| `add-user` | A new user was added. |
211-
| `credential-update-by-administrator` | User credentials were updated by an administrator. |
212-
| `credential-update-by-user` | User credentials were updated by the user. |
213-
| `delete-group` | A group was deleted. |
214-
| `delete-user` | A user was deleted. |
215-
| `delete-user-claim-value` | A user claim value was deleted. |
216-
| `set-user-claim-value` | A user claim value was set. |
217-
| `set-user-claim-values` | Multiple user claim values were set. |
218-
| `update-group-name` | A group name was updated. |
219-
| `Account Enable` | A user account was enabled. |
220-
| `Account Disable` | A user account was disabled. |
221-
| `create-federated-user-association` | A federated user association was created. |
104+
For a comprehensive list of all audit log actions available in Asgardeo, grouped by category, refer to the [Audit log catalog](audit-log-catalog.md).

en/asgardeo/mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,9 @@ nav:
595595
- Asgardeo logs:
596596
- Asgardeo logs: guides/asgardeo-logs/index.md
597597
- Diagnostic logs: guides/asgardeo-logs/diagnostic-logs.md
598-
- Audit logs: guides/asgardeo-logs/audit-logs.md
598+
- Audit logs:
599+
- Audit logs: guides/asgardeo-logs/audit-logs.md
600+
- Audit log catalog: guides/asgardeo-logs/audit-log-catalog.md
599601
- Remote log publish: guides/asgardeo-logs/remote-log-publish.md
600602
- Monitoring:
601603
- Monitoring: guides/monitoring/index.md

0 commit comments

Comments
 (0)