...
- 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.