Customizing The Console Login Process - Motorola CA50 Developer & User Manual

Table of Contents

Advertisement

Customizing the Console Login Process

The default UCA Console User Authentication Web Service can be replaced by an Authentication Web Service
written by a customer or integrator.
To replace the default UCA Console User Authentication Web Service with a customized Authentication Web
Service:
Create a Console User Authentication Web Service that matches the signature, methods and return values of
1.
the UCA Console User Authentication Web Service.
Change the UCAConsole Web.config Web reference to point to the new Console User Authentication Web
2.
Service.
Motorola provides an example Console User Authentication Web Service (SampleConsoleAuth) with method stubs
that can be used as a starting point for a customer or integrator creating a customized version.
To change the Web.config to use a different Authentication Web Service, find the following section in the
Web.config file:
<applicationSettings>
<UCACommon.Properties.Settings>
<setting name=" UCACommon_ConsoleAuthService_ManagementAuthentication" serializeAs="String">
<value>http://localhost/Motorola/UCA/ServerManagement/Authentication/
ManagementAuthentication.asmx </value>
</setting>
</UCACommon.Properties.Settings>
</applicationSettings>
Change the <value> tag (above) to point to the new Authentication Web Service. The UCA server calls the new
Authentication Web Service during the UCA Console Login Process. In the default install, the UCAConsole
Web.config is located in the following directory: C:\Inetpub\wwwroot\Motorola\UCA\UCAConsole.
UCA Server Optional APIs 11 - 43

Advertisement

Table of Contents
loading

Table of Contents