flask-saml2 icon indicating copy to clipboard operation
flask-saml2 copied to clipboard

Change defaults to sha256 from deprecated sha1

Open TimSC opened this issue 2 years ago • 1 comments
trafficstars

SHA1 is deprecated. Change signer and digester to use sha256 by default in IdP and SP. Addresses #38 #40

TimSC avatar May 13 '23 00:05 TimSC

after updating code form #dcbaae0 regarding RsaSha256Signer.. their is an error => TypeError: RsaSha256Signer.init() missing 1 required positional argument: 'key'

nshiddqui avatar Mar 01 '24 08:03 nshiddqui