You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/faq.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ metadata:
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: faq
12
-
ms.date: 02/09/2023
12
+
ms.date: 03/15/2023
13
13
ms.author: godonnell
14
14
ms.subservice: B2C
15
15
ms.custom: "b2c-support"
@@ -256,6 +256,11 @@ sections:
256
256
257
257
1. Retrieve the `RefreshToken` again.
258
258
259
+
- question: |
260
+
In a web browser, I signed into multiple applications with multiple tabs using the same B2C tenant. When I attempt to perform a single sign out, not all of the applications are signed out. Why is that?
261
+
answer: |
262
+
Currently, single sign out is not supported in this specific scenario. This is due to cookie contention, since it operates on the same cookies.
0 commit comments