SET UP the Self-Service Web Portal
Prerequisites
AuthLite version 2.2 or later installed on all domain controllers in the site
A domain member IIS web server that is NOT a Domain Controller, running AuthLite version 2.2 or later
Microsoft .NET framework version 4.5 or newer on the IIS server
Installation and Configuration
If the .NET framework was installed before the IIS role, run: http://msdn.microsoft.com/en-us/library/k6h9cz8h.ASPX , or else your ASP.net will not be registered properly.
Obtain AuthLiteTokenProfileManager.zip from AuthLite.com/downloads or contact support if it is not listed on the web page.
On IIS, go to registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters
, create value named “CacheS4UTickets
”,DWORD=0
. Without this, the portal will make incorrect decisions about whether users are in the AuthLite Users groups.Create and bind an SSL site on IIS to use for this portal. Details of binding certificate and host name are omitted.
In the physical path of the above site you created, drop the files from the AuthLiteTokenProfileManager zip file.
In the root of the web site, edit web.config to set proper values for your environment.
Visit the base URL for your site and you should see a prompt to enter a username and continue