Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the Aptify.Framework.Configuration.External.js file and find the Aptify 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 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), 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 ({ }).
  5. Restart Microsoft IIS and have the user's clear their browser cache.