I'm trying SampleOwinApplication of Kentor library for Saml 2 authentication. I'm trying to login by going to http://localhost:57294/AuthServices/SignIn?idp=http%3a%2f%2fstubidp.kentor.se%2fMetadata. When I try to log in I get a strange error:
The signing algorithm http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 is weaker than the minimum accepted http://www.w3.org/2000/09/xmldsig#rsa-sha1.
It seems that this error appeared just in recent version (0.20.0) because I have tried that library before and I didn't see that error. Is it a bug or something is missing in configuration?