I'm trying to configure ADFS so that it includes WantAuthnRequestsSigned="true"
in its identity provider federation metadata (FederationMetadata/2007-06/FederationMetadata.xml
) document?
I want to use this attribute to suggest to service providers (relying parties) that authentication requests should be signed.
It also seems that even if there is a signing certificate specified in the service provider metadata, ADFS will not enforce that it must be used. Any way to change this behaviour?
I'm using ADFS on Windows Server 2012 R2.