Breadcrumbs

NTLM Single Sign-On Support

FileCloud supports NTLM for User Login through SSO.

Prerequisites

For NTLM SSO to work, the FileCloud Server must be connected to the AD domain.

Web Server Settings

To configure your Web server for NTLM SSO, please Contact FileCloud Support.

Browser Settings to Enable Domain User SSO Login

For Internet Explorer and Google Chrome

  1. Add the site URL to trusted site.

  2. In the settings for trusted sites, enable user login to be sent, see screenshot below.

    userauth.png

Troubleshooting

In some environments, additional code may be needed to complete authentication from the server. 

After configuration, if you attempt to login with the AD username and password and are repeatedly prompted to enter your AD credentials instead of being transferred to the user portal:

  1. Edit the file at c:\xampp\htdocs\.htaccess

  2. Locate this section:

    #--------------------------------------------------
    # ADVANCED CUSTOMIZATION SECTION - END
    #--------------------------------------------------
    
    #Route all requests to our handler
    RewriteRule   ^(.*)/?$ public/index.php [L]
    
    
    
  3. Above the line:

    #Route all requests to our handler
    

     add the code:

    RewriteRule ^auth/index\.php$ - [L]