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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Aptify 5.5.2 supports logging into the Aptify site as a trusted user using Windows credentials or logging 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, uncomment 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), uncomment 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.
  • No labels