SSO 事件有效载荷

生成报告时,可使用以下 IBM® Verify 应用程序使用情况事件属性。

应用程序使用情况 SSO 事件属性

下表列出了 V2 SSO 事件中包含的其他属性。

表 1. SSO 事件属性
名称 数据类型 描述
data.applicationid 字符串 作为事件目标的应用程序的标识
data.count 字符串 事件已发生的次数
data.devicetype 字符串 浏览器用户代理程序
data.host 字符串 生成事件的微服务实例的主机名
data.origin 字符串 导致生成事件的系统的 IP 地址
data.realm 字符串

用户的身份源。 示例:

云目录:CloudIdentityRealm

IBMid: www.ibm.com

SAML Enterprise:AzureRealm

LDAP 传递:www.cloudsecurity.com

OIDC: www.yahoo.com

data.result 字符串 Success 或 failure
data.subtype 字符串 用于认证的身份源类型:Cloud Directory、OIDC、SAML、ibmldap、Maasconnect
data.userid 字符串 Verify 触发该事件的用户 ID。
data.username 字符串 Verify用于登录的唯一标识符。 可与用户的电子邮件地址相同。
application_info.name

application_info.type

字符串 由事件服务使用 data.applicationid 扩充
geoip.city_name

geoio.continent_name

geoip.country_iso_code

geoip.country_name

geoip.location

geoip.region_name

字符串 由事件服务使用 data.origin 扩充
data.deviceid

data.mdmiscompliant

data.mdmismanaged

data.billingid

字符串 Android 或 IPhone 设备

true 或 false

true 或 false

data.providerid

data.samlassertion

字符串 标识 SAML 合作伙伴
data.client_id

data.client_name

data.client_type

data.grant_type

data.grant_id

data.redirecturl

data.response_type

data.scope

字符串 这是分配给客户机应用程序(即 OpenID Connect 信赖方)的唯一公用标识。

示例

以下代码是一个示例有效载荷。 使用 Events API 获取实际属性。 参见 https://docs.verify.ibm.com/verify/reference/getalleventshttps://docs.verify.ibm.com/verify/docs/pulling-event-data

{
    "geoip": {
      "continent_name": "North America",
      "as_org": "ATT-INTERNET4",
      "city_name": "Austin",
      "country_iso_code": "USA",
      "ip": "1111:1111:a111:1111:a111:aa1:1aaa:111",
      "country_name": "United States",
      "region_name": "Texas",
      "location": {
        "lon": "-97.7467",
        "lat": "30.2627"
      },
      "asn": 7018
    },
    "data": {
      "result": "success",
      "subtype": "saml",
      "providerid": "box.net",
      "origin": "1111:1111:a111:1111:a111:aa1:1aaa:111",
      "realm": "cloudIdentityRealm",
       "samlassertion": "<asssertion_value>",
      "applicationid": "2222222222222222222",
      "userid": "333B3B33BB",
      "applicationtype": "Box",
      "devicetype": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0",
      "username": "username",
      "applicationname": "SMGAdaptiveAccessBox"
    },
    "year": 2023,
    "event_type": "sso",
    "month": 7,
    "indexed_at": 1689692204024,
    "tenantid": "3cc33c3-3c33-3c33-c3c3-33c33ccc3c3",
    "tenantname": "name.ite1.idng.ibmcloudsecurity.com",
    "correlationid": "CORR_ID-DD44d44d44-444d-44d4-d444-444dd4444fd4",
    "servicename": "saml_runtime",
    "id": "5e55e5e5-e555-555-555-5e55e5e5e55e",
    "time": 1689692192869,
    "day": 18
  }