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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -257,9 +257,9 @@ sections:
257
257
1. Retrieve the `RefreshToken` again.
258
258
259
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?
260
+
I use multiple tabs in a web browser to sign in to multiple applications that I registered in the same Azure AD B2C tenant. When I try to perform a single sign out, not all of the applications are signed out. Why does this happen?
261
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.
262
+
Currently, Azure AD B2C doesn't support single sign out for this specific scenario. It's caused by cookie contention as all the applications operates on the same cookie simultaneously.
0 commit comments