If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Configuring SQL Server User

Since Aptify 5.5.2, users can log into the Aptify site as a trusted user using Windows credentials or log in as an untrusted user using SQL server security or both. By default, when Aptify is installed, it is configured for trusted users only. If your organization uses untrusted users or both trusted and untrusted, you can configure these options post install by modifying the below settings in the Aptify.Framework.Configuration.External.js file in the Aptify's site script/Apitfy/configuration directory.

Note

Users will need to clear their browser cache after any changes are made to the site's authentication method to get latest changes.

 

  1. Open the Aptify.Framework.Configuration.External.js file and find the Aptify.framework.configuration.availableAuthenticationMethods section.
  2. If you want to support both SQL make sure to uncomment everything in the Aptify.framework.configuration.availableAuthenticationMethods between and including the square brackets ([ ]).
  3. If you want to just support untrusted users, remove the comments for the Trusted method (including the curly brackets ({ }) and comment out (add // before each line) the Domain method (including the curly brackets ({ }).
  4. If you want to just support trusted users (default method), remove the comments the Trusted method (including the curly brackets ({ }) and comment out (add // before each line) the Domain method (including the curly brackets ({ }).
  5. Restart Microsoft IIS and have the user's clear their browser cache.

Copyright © 2014-2019 Aptify - Confidential and Proprietary