SSOToken
| Action | Sample | Rule |
|---|---|---|
| SSO token (catch-all) | N | N |
| Sign In With Sign-In Token | Y | N |
any: SSO token (catch-all)
#Description
Matches any sso token event.
Fields #
| Name | Description |
|---|---|
uuid | Unique event identifier. |
timestamp | Time the event occurred. |
actor_uuid | Actor identifier. |
actor_details.uuid | Actor identifier. |
actor_details.name | Actor's full name. |
actor_details.email | Actor's email address. |
actor_type | Type of actor. |
actor_account_uuid | 1Password account identifier of the actor. |
account_uuid | 1Password account identifier. |
action | Action performed. |
object_type | Type of affected object. |
object_uuid | Identifier of the affected object. |
object_details.uuid | Affected user identifier, when applicable. |
object_details.name | Affected user's full name, when applicable. |
object_details.email | Affected user's email address, when applicable. |
aux_id | Numeric identifier for related event data. |
aux_uuid | Identifier for related event data. |
aux_details.uuid | Related user identifier, when applicable. |
aux_details.name | Related user's full name, when applicable. |
aux_details.email | Related user's email address, when applicable. |
aux_info | Additional event information. |
session.uuid | Session identifier. |
session.login_time | Time the session started. |
session.device_uuid | Identifier of the session device. |
session.ip | IP address used for the session. |
location.country | Client country inferred from IP address. |
location.region | Client region inferred from IP address. |
location.city | Client city inferred from IP address. |
location.longitude | Client longitude inferred from IP address. |
location.latitude | Client latitude inferred from IP address. |
References #
ssotkn-ssotknv: Sign In With Sign-In Token
#Description
A sign-in token was used to log in.
Fields #
| Name | Description |
|---|---|
uuid | Unique event identifier. |
timestamp | Time the event occurred. |
actor_uuid | Actor identifier. |
actor_details.uuid | Actor identifier. |
actor_details.name | Actor's full name. |
actor_details.email | Actor's email address. |
actor_type | Type of actor. |
actor_account_uuid | 1Password account identifier of the actor. |
account_uuid | 1Password account identifier. |
action | Action performed. |
object_type | Type of affected object. |
object_uuid | Identifier of the affected object. |
object_details.uuid | Affected user identifier, when applicable. |
object_details.name | Affected user's full name, when applicable. |
object_details.email | Affected user's email address, when applicable. |
aux_id | Numeric identifier for related event data. |
aux_uuid | Identifier for related event data. |
aux_details.uuid | Related user identifier, when applicable. |
aux_details.name | Related user's full name, when applicable. |
aux_details.email | Related user's email address, when applicable. |
aux_info | Additional event information. |
session.uuid | Session identifier. |
session.login_time | Time the session started. |
session.device_uuid | Identifier of the session device. |
session.ip | IP address used for the session. |
location.country | Client country inferred from IP address. |
location.region | Client region inferred from IP address. |
location.city | Client city inferred from IP address. |
location.longitude | Client longitude inferred from IP address. |
location.latitude | Client latitude inferred from IP address. |
Example Event #
{
"uuid": "DUMMY-ID-0103",
"action": "ssotknv",
"session": {
"uuid": "DUMMY-ID-0104",
"login_time": "2026-08-16T22:23:38.696635795Z",
"device_uuid": "DUMMY-ID-0105",
"ip": "192.0.2.22"
},
"aux_info": {
"expiry": "2026-08-16T22:33:38Z",
"deviceUuid": "DUMMY-ID-0105"
},
"location": {
"country": "Dummy Country 003",
"region": "Dummy Region 003",
"city": "Dummy City 009",
"latitude": 0.0,
"longitude": 0.0
},
"timestamp": "2026-08-16T22:23:38.705731167Z",
"actor_type": "user",
"actor_uuid": "DUMMY-USER-0034",
"object_type": "ssotkn",
"object_uuid": "DUMMY-ID-0106",
"account_uuid": "DUMMY-ID-0004",
"actor_details": {
"uuid": "DUMMY-USER-0034",
"name": "Dummy User 034",
"email": "dummy.user034@example.invalid"
}
}