ADFS SAML request is not signed with expected signature algorithm -


adfs has unexpected behavior looks bug.

i have sp using sha1 hash algorithm digital signing. on adfs sp set on advanced tab use sha256.

for me normal these not in correlation each side choose how sign.

when did sign out sp did signing sha1. on adfs got exception :

saml request not signed expected signature algorithm. saml request signed signature algorithm http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 . expected signature algorithm http://www.w3.org/2000/09/xmldsig#rsa-sha1  

i using adfs 3 , windows r2

while i'm using simplesamlphp sp, getting exact same error on logout. solution able people.

i added following line config idp in authsources.php file, re-imported metadata on idp (not sure if step required):-

'signature.algorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -