已验证的 Web 消息属性
经过身份验证的 Web 消息只允许经过身份验证的用户与您的客户端发起 Web 消息 这些经过身份验证的用户必须先登录您的网站或应用程序,然后才能发送 Web 消息。
配置经过身份验证的 Web 消息传送后,您可以访问 Architect 入站消息流中的这些现有内置变量,这些变量存储了一些由 OpenID Connect Reference 定义为标准声明的经过身份验证的用户属性:
姓名 | 类型 | 集合 | 只读 | 描述 |
---|---|---|---|---|
message.is 已通过 | 布尔值 | 否 | 是 | 返回一个值,该值指示消息是否经过身份验证。 如果消息进入队列时请求对消息进行身份验证,则为 true;否则为 false。 |
Message.message.Sender地址信息/地址显示 | 字符串 | 否 | 是 | A unique identifier associated with the end user. Provided by the third party authentication provider in the sub claim. |
message.message.senderAddressInfo.em | 字符串 | 否 | 是 | The end user’s email address. Provided by the third-party authentication provider in the email claim. |
消息。message。发件人地址信息 | 字符串 | 否 | 是 | The end user’s full name. Provided by the third-party authentication provider. This address is built from the concatenation of the given_name and family_name claims. |