Security and authentication
When running web sites with ASP pages containing UMRA COM objects, the preferred authentication method is integrated Windows authentication. This establishes the most simple and secure configuration.
The internet browser used is the Microsoft Windows Internet Explorer. On the computer that runs the Internet Explorer, a user is logged on to Active Directory. When the browser connects to IIS, the scripts contained by the ASP pages are executed on behalf of this user account. So when the UMRA COM object is used to access the UMRA Service, the UMRA Service will check the access rights for this target user account.
|