MCImageManager:Configuration/ExternalAuthenticator.external auth url
From Moxiecode Documentation Wiki
[edit]
Option: ExternalAuthenticator.external_auth_url
(Requires: 3.0.3)
This option enables you to specify a URL to a external authentication page this page can be located on a remote server or be written in another language than PHP/.NET. So it makes it possible to install and use the imagemanager on a asp or jsp site and authenticate against that sites sessions.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['ExternalAuthenticator.external_auth_url'] = "http://www.somehost.com/auth_example.jsp";
[edit]
Example of usage in the Web.Config file
<add key="ExternalAuthenticator.external_auth_url" value="http://www.somehost.com/auth_example.jsp" />
