Hi,
I am configuring ADFS RP thru poweshell cmdlets and I used following script to add RP trust with SignatureAlgorithm to ‘SHA-1′. But it is not changing the secure-hash algorithm to SHA-1 and its pointing to SHA-256.
Add-ADFSRelyingPartyTrust -Name ‘TSS′ -MetadataFile ‘C:\Users\windows\Desktop\sp.xml’ -SignatureAlgorithm ‘http://www.w3.org/2000/09/xmldsig#rsa-sha1′
After running the cmd, I see RP that secure-hash algo is pointing to SHA-256 and not SHA-1/
Can you pls let me know how should I make the secure-hash algorithm to SHA-1 thru cmdlets only?
Appreciate your help.
Thanks
SGK