인증된 웹 메시징 속성

인증된 웹 메시징을 사용하면 인증된 사용자만 에이전트와 웹 메시징 세션을 시작할 수 있습니다. 이러한 인증된 사용자는 웹 메시지를 보내려면 먼저 웹 사이트 또는 응용 프로그램에 로그인해야 합니다.

당신 후 인증된 웹 메시징 구성, Architect 인바운드 메시지 플로우에서 이러한 기존 기본 제공 변수에 액세스할 수 있습니다. 인증 에 의해 표준 클레임으로 정의된 사용자 속성 OpenId 연결 참조:

이름 유형 컬렉션 읽기 전용 설명
메시지.IsAuthenticated 부울 아니오 메시지가 인증되었는지 여부를 나타내는 값을 반환합니다. 메시지가 대기열에 들어갈 때 메시지에 대한 인증이 요청된 경우 True이고, 그렇지 않으면 True입니다. 그렇지 않으면 거짓.
Message.Message.senderAddressInfo.addressDisplayable 문자열 아니오 A unique identifier associated with the end user. Provided by the third party authentication provider in the sub claim.
Message.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.