mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-24 19:38:52 +00:00
Update rules/okta_rules.yaml
Signed-off-by: darryk10 <stefano.chierici@sysdig.com> Co-authored-by: Thomas Labarussias <issif+github@gadz.org>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
- rule: User accessing app via single sign on OKTA
|
||||
desc: Detect a user accessing an app via OKTA
|
||||
condition: okta.evt.type = "user.authentication.sso"
|
||||
output: "A user has accessed and app using OKTA (user=%okta.actor.name, app=%okta.app)"
|
||||
output: "A user has accessed an app using OKTA (user=%okta.actor.name, app=%okta.app)"
|
||||
priority: NOTICE
|
||||
source: okta
|
||||
tags: [okta]
|
||||
|
Reference in New Issue
Block a user