Looking for some help with custom policies on Azure B2C tentant. I've followed the steps on this site https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-custom-setup-adfs2016-idp
I'm getting a SAML response but its not valid it seems. I've setup application insights and I see this message in the request "Assertion not signed. Policy requires signed assertions"
My baseframework.xml file has this property set to false. Any other thoughts why I'd be getting this error?
<Item Key="WantsEncryptedAssertions">false</Item>