# 백채널 로그아웃은 양쪽이 있어야 한다 # Question: IdP 쪽만 설정하면 로그아웃이 퍼지는가 direction: down n0: "한 앱에서 로그아웃" { shape: person } n1: "backchannelLogoutUrl" { shape: rectangle } n2: "앱의 수신 엔드포인트" { shape: rectangle } n3: "다른 앱의 세션" { shape: rectangle } n0 -> n1: "통지할 주소를 찾는다" n1 -> n2: "주소가 있어야 부른다" n2 -> n3: "받을 곳이 있어야 지운다"