MCImageManager:Configuration/ExternalAuthenticator.secret key
From Moxiecode Documentation Wiki
[edit]
Option: ExternalAuthenticator.secret_key
(Requires: 3.0.3)
This option should include a secret key, this key will be used in the authentication mechanism so the remote page specified with the ExternalAuthenticator.external_auth_url needs to match this key.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['ExternalAuthenticator.secret_key'] = "somesecretkey";
[edit]
Example of usage in the Web.Config file
<add key="ExternalAuthenticator.secret_key" value="somesecretkey" />
