...
Digizuite DAM Center
CSRF is configured in Digizuite DamCenter int the appSettings of the the Digizuite DamCenter's web.config file.
The random string used when generating cryptographic CSRFToken, The Install script generates this, if it's not already in the web.config.
...
If either CSRFTokenPepper or CSRFTokenPepperCookie are altered, then the active sessions are cleared, which means that users are forced to log in again.
If this setting is added to appSettings, CSRF protection is will be disabled. It's enabled by default.
...