One moment please...
 
 
Exact Synergy Enterprise   
 

How-to: Configuring Information Internet Services (IIS) for portals

Introduction

In Exact Synergy Enterprise, the login page has been enhanced with a video background for the reseller, partner, and customer portals. If the authentication has been configured with the Active Directory Controller, you have to log in with the details of the domain, for example, <domain>\<username>.

The two type of configurations that are supported for the login with the video background are:

  • ASP .NET forms authentication
  • Basic authentication (with Microsoft Windows authentication)

This document describes the recommended configurations, and steps required to configure the authentication in Internet Information Services (IIS) to enable the functionality.

Creating public user access rights

For public users to be able to access the new login page, the user “ExactWebGuest” will be used. Therefore, ensure the humres table in the Exact Synergy Enterprise database has a record with usr_id = “ExactWebGues”, and res_id = “-2”.

If the record does not exist, execute the SQL statement for the database (for example, via the SQL Server Management Studio) as follows:

From product update 244

insert into humres (res_id, fullname, sur_name, usr_id, job_level, blocked,land_iso,ldatindienst,repto_id,comp,emp_type,emp_statd,emp_stat, UserLicenseType)values(-2,'ExactWebGuest','ExactWebGuest','ExactWebGuest',0,0,'ES',getdate(),1,'001 ','E',getdate(),'A',100)

insert into HRRoles (ID,RoleID,EmpID,RoleLevel) values (newid(),92,-2,3)

For example:

insert into humres (res_id, fullname, sur_name, usr_id, job_level, blocked,land_iso,ldatindienst,repto_id,comp,emp_type,emp_statd,emp_stat, UserLicenseType)values(-2,'ExactWebGuest','ExactWebGuest','ExactWebGuest',0,0,'ES',getdate(),1,'<Default division code> ','E',getdate(),'A',100)

insert into HRRoles (ID,RoleID,EmpID,RoleLevel) values (newid(),92,-2,3)

<Default division Code>  = ESE default division (e.g. 001)

Note: The “ExactWebGuest” is a professional user, and does not count towards the number of user licenses.

ASP .NET forms authentication

HTTP basic authentication

Related documents

 

     
 Main Category: Support Product Know How  Document Type: Online help main
 Category: On-line help files  Security  level: All - 0
 Sub category: Details  Document ID: 27.777.625
 Assortment:  Date: 30-06-2017
 Release:  Attachment:
 Disclaimer

Tags
No tags added
Attachments
OH_PU259_Configuring IIS for portals02.docx 175.9 KB View Download