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-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,9 @@ sections:
66
66
* LinkedIn: r_emailaddress, r_basicprofile
67
67
68
68
- question: |
69
-
I'm using ADFS as an identity provider in B2C. When I tried to initiate a log out request from B2C, ADFS throws the error "MSIS7084: SAML logout request and logout response messages must be signed when using SAML HTTP Redirect or HTTP POST binding." Why is B2C not signing the SAML logout request?
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
70
answer: |
71
-
On the ADFS server, run the following: `Set-AdfsProperties -SignedSamlRequestsRequired $true`
72
-
This will force B2C to sign all requests to ADFS.
71
+
On the ADFS server, run: `Set-AdfsProperties -SignedSamlRequestsRequired $true`. This will force Azure AD B2C to sign all requests to ADFS.
73
72
74
73
- question: |
75
74
Does my application have to be run on Azure for it work with Azure AD B2C?
0 commit comments