Since Aptify 5.5.2 supports logging , users can log into the Aptify site as a trusted user using Windows credentials or logging 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.
...
- Open the Aptify.Framework.Configuration.External.js file and find the Aptify Aptify.framework.configuration.availableAuthenticationMethods section.
- If you want to support both SQL make sure to uncomment everything in the Aptify.framework.configuration.availableAuthenticationMethods between and including the square brackets ([ ]).
- If you want to just support untrusted users, uncomment 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 ({ }).
- If you want to just support trusted users (default method), uncomment remove the comments the Trusted method (including the curly brackets ({ }) and comment out (add // before each line) the Domain method (including the curly brackets ({ }).
- Restart Microsoft IIS and have the user's clear their browser cache.