MCImageManager:Configuration/ExternalAuthenticator.secret key

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage in the config.php file

$mcImageManagerConfig['ExternalAuthenticator.secret_key'] = "somesecretkey";

Example of usage in the Web.Config file

<add key="ExternalAuthenticator.secret_key" value="somesecretkey" />
Personal tools