We have a custom MVC website using Kentico 11. Recently there was a security event that caused us to be required to change the CMS hash salt in the config file to something different. We did that a...
We have 2 sets of domains pointing to our UAT admin site. The one set is the default Azure App Service web app domain. The second is a custom domain we own. The A record is pointing to the public I...
Hello:I'm using a roundabout way to create pages in Kentico Xperience without use of the REST API (there's a reason but it's too long to go into here). I think there's one thing that's getting in ...
I need to migrate users from my Kentico instance to another database and system and therefore need to know how passwords are hashed by default.No salt is configured in the config and all the other ...
I am building a react js app to connect to our kentico database. I have an authentication built and am having trouble matching the password sha2salt. It seems that everything according to the doc...
Hi All, I need to pass a link url from a Kentico page (ver.6) to an external website form passing some parameter and a hash code adding a private string to secure it. Is possible to do it with Macr...
Need to authenticate a REST request using the Hash method, but I think this case is a bit more complicated.Normally, you can authenticate (using the procedure at https://docs.kentico.com/display/K8...
As we know macro signature consist of user who created macro and hash. In documentation we have:@The system checks the macro signature when accessing an object through a different object (for examp...
Hi Guys,I have this small project http://airsoft.pmcosta.pt/ it's a directory of Airsoft playing teams in Portugal, this was a great opportunity to test a few Kentico things.Specifically the Bizfor...
Hi, I need to hash query string in a page. There is a sample of validating url hash in CMSPages @ GetAmazonFile.aspx.cs. But how can I create this link? Is the only way of doing that from API?