canariecaf / adfstoolkit

Powershell scripts used to handle SAML2 multi-lateral federation aggregates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set the correct secure hash algorithm from metadata

favvojohan opened this issue · comments

ADFS has a property Secure hash algorithm found under the Advanced tab in the GUI. It's not populated correct at this moment.

For most of the RP:s that's fine (the default value is correct) but a few need to change and then you have to override the script (change the name to exclude the prefix).

I'm not sure if this value exists in the metadata or if we can use the signature algorithm from the signing certificate. This needs a bit of investigation.

Committed