.net 4.5 - How to sign security tokens using SHA256 in WIF STS? -


i using thinktecture sts , sign issued tokens using sha256 instead of sha1? tried adding algorithm application using:

cryptoconfig.addalgorithm(          typeof(rsapkcs1sha256signaturedescription),          "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"); 

but starts giving error:

invalid algorithm specified

knowing certificate using compatible sha256. idea?


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -