Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
We have been using SHA1 as validation key in our machine config for our application which is hosted on Microsoft Azure with Umbraco version 7.2.8.
Recently Microsoft upgraded their security algorithm by changing validation key as HMACSHA256 for increasing level of security.
Due to this change, none of our existing user were able to log in to our application.
We raised same issue with Microsoft which was ended with following conclusion -
Could you please provide us an appropriate solution.
Thanks in Advance !!!
Here's a bit of background info that may be of use from Shannon - https://shazwazza.com/post/umbraco-passwords-and-aspnet-machine-keys
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
change validation from SHA1 to HMACSHA256
We have been using SHA1 as validation key in our machine config for our application which is hosted on Microsoft Azure with Umbraco version 7.2.8.
Recently Microsoft upgraded their security algorithm by changing validation key as HMACSHA256 for increasing level of security.
Due to this change, none of our existing user were able to log in to our application.
We raised same issue with Microsoft which was ended with following conclusion -
Could you please provide us an appropriate solution.
Thanks in Advance !!!
Here's a bit of background info that may be of use from Shannon - https://shazwazza.com/post/umbraco-passwords-and-aspnet-machine-keys
is working on a reply...