OneLogin¶
OneLogin SSO provides audit logging for user authentication and resource access. Cyderes utilizes this information to track for user behaviors.
Data Types¶
- ONELOGIN_SSO
Configuration¶
- Log in to OneLogin as an admin
- Go to Developers -> Webhooks
- Click New Broadcaster
-
On the New Broadcaster dialog, enter the following information:
- Name: Cyderes
- Format: JSON Array
- Listener URL: Cyderes will provide the webhook URL
- Custom Headers: Enter the following lines into the Custom Headers field, replacing "<Authorization Value>" with a Cyderes-provided key
Authorization: <Authorization Value> LogType: ONELOGIN_SSO
-
Click Save