認証されたWebメッセージング属性
認証されたWebメッセージングでは、認証されたユーザーのみがエージェントとのWebメッセージングセッションを開始できます。 認証されたユーザーは、Webメッセージを送信する前に、Webサイトまたはアプリケーションにログインする必要があります。
認証済み Web メッセージング を設定した後、Architect の受信メッセージフローでこれらの既存の組み込み変数にアクセスできます。これらの変数には、認証済みユーザー属性がOpenId Connect Reference で標準の請求として定義されているものが格納されています。
名前 | タイプ | コレクション? | 読み取り専用? | 説明 |
---|---|---|---|---|
Message.IsAuthenticated | ブール型 | いいえ | はい | メッセージが認証されているかどうかを示す値を返します。 メッセージがキューに入ったときに認証が要求された場合はTrue。それ以外の場合はfalse。 |
Message.Message.senderAddressInfo.addressDisplayable | 文字列 | いいえ | はい | A unique identifier associated with the end user. Provided by the third party authentication provider in the sub claim. |
メッセージ.Message.senderAddressInfo.email | 文字列 | いいえ | はい | The end user’s email address. Provided by the third-party authentication provider in the email claim. |
Message.Message.senderAddressInfo | 文字列 | いいえ | はい | 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. |