MCFileManager:Configuration/ExternalAuthenticator.external auth url

From Moxiecode Documentation Wiki

Jump to: navigation, search

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 filemanager on a asp or jsp site and authenticate against that sites sessions.

Example of usage in the config.php file

$mcFileManagerConfig['ExternalAuthenticator.external_auth_url'] = "http://www.somehost.com/auth_example.jsp";

Example of usage in the Web.Config file

<add key="ExternalAuthenticator.external_auth_url" value="http://www.somehost.com/auth_example.jsp" />
Personal tools