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
+7-2Lines changed: 7 additions & 2 deletions
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"
@@ -64,7 +64,12 @@ sections:
64
64
* Microsoft account: openid email profile
65
65
* Amazon: profile
66
66
* LinkedIn: r_emailaddress, r_basicprofile
67
-
67
+
68
+
- question: |
69
+
I'm using ADFS as an identity provider in Azure AD B2C. When I try to initiate a sign out request from Azure AD B2C, ADFS shows the error *MSIS7084: SAML logout request and logout response messages must be signed when using SAML HTTP Redirect or HTTP POST binding*. How do I resolve this issue?
70
+
answer: |
71
+
On the ADFS server, run: `Set-AdfsProperties -SignedSamlRequestsRequired $true`. This will force Azure AD B2C to sign all requests to ADFS.
72
+
68
73
- question: |
69
74
Does my application have to be run on Azure for it work with Azure AD B2C?
0 commit comments