19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
# 백채널 로그아웃은 양쪽이 있어야 한다
|
|
# Question: IdP 쪽만 설정하면 로그아웃이 퍼지는가
|
|
direction: down
|
|
n0: "한 앱의 로그아웃" {
|
|
shape: person
|
|
}
|
|
n1: "backchannelLogoutUrl" {
|
|
shape: rectangle
|
|
}
|
|
n2: "앱의 수신 엔드포인트" {
|
|
shape: rectangle
|
|
}
|
|
n3: "다른 앱의 세션" {
|
|
shape: rectangle
|
|
}
|
|
n0 -> n1: "통지 주소 조회"
|
|
n1 -> n2: "호출 (주소 필요)"
|
|
n2 -> n3: "세션 삭제 (엔드포인트 필요)"
|