Skip to content

Commit c1cd665

Browse files
bernawykengaderdus
andauthored
Update articles/active-directory-b2c/faq.yml
Co-authored-by: Kenga Derdus <[email protected]>
1 parent 52dc907 commit c1cd665

File tree

1 file changed

+2
-3
lines changed
  • articles/active-directory-b2c

1 file changed

+2
-3
lines changed

articles/active-directory-b2c/faq.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ sections:
6666
* LinkedIn: r_emailaddress, r_basicprofile
6767
6868
- 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?
7070
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.
7372
7473
- question: |
7574
Does my application have to be run on Azure for it work with Azure AD B2C?

0 commit comments

Comments
 (0)