Skip to content

Commit a4ab50f

Browse files
authored
Adding Self-Service SSO log events (#654)
1 parent 121c796 commit a4ab50f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

main/docs/customize/log-streams/event-filters.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,10 @@ You can filter your log streams so only select logs and log categories are deliv
582582
<td><code>fvr</code></td>
583583
<td>Failed to process verification email request</td>
584584
</tr>
585+
<tr>
586+
<td><code>ss_sso_failure</code></td>
587+
<td>Failed SS-SSO operation</td>
588+
</tr>
585589
</tbody>
586590
</table>
587591

@@ -615,6 +619,10 @@ You can filter your log streams so only select logs and log categories are deliv
615619
<td>Device used for second factor authentication has been updated</td>
616620
</tr>
617621
<tr>
622+
<td><code>ss_sso_info</code></td>
623+
<td>Information from an SSO operation</td>
624+
</tr>
625+
<tr>
618626
<td><code>ublkdu</code></td>
619627
<td>User block setup by anomaly detection has been released</td>
620628
</tr>
@@ -659,6 +667,10 @@ You can filter your log streams so only select logs and log categories are deliv
659667
<td>Successfully revoked a Refresh Token</td>
660668
</tr>
661669
<tr>
670+
<td><code>ss_sso_success</code></td>
671+
<td>Sucessfully completed an SSO operation</td>
672+
</tr>
673+
<tr>
662674
<td><code>sui</code></td>
663675
<td>Successfully imported users</td>
664676
</tr>

0 commit comments

Comments
 (0)