Global Extended Module screen

Specifies the authentication scheme for your REST endpoint.

Figure: Global Extended Module screen

Global Extended Module screen

Prerequisites

How to Start

  1. On the AgilePoint Server machine, in Windows Explorer, right-click the file (AgilePoint Server installation folder) C:\Program Files\AgilePoint\AgilePoint Server \WCFConfigurationUtility.exe, and click Run as Administrator.
  2. On the AgilePoint Server Manager screen, select your AgilePoint service.
  3. Click the Rest Port Information tab.
  4. On the Rest Port Information tab, in the Service Factory Binding field, click Browse.

Fields

Field Name Definition

Assembly

Function:
Specifies the .dll file that provides server side authentication for REST services. In some circumstances you must create a custom authentication module.

For more information, refer to Server Side Authentication Using WCF Endpoints for AgilePoint Server.

Accepted Values:
A valid assembly name.
Default Value:
None.

The default .dll is (AgilePoint Server installation folder) C:\Program Files\AgilePoint\AgilePoint Server \bin\AgilePoint.REST.ServiceBindingFactory.dll

Class

Function:
Specifies the implementation of the IWFServiceBindingFactory interface.
Accepted Values:
  • RESTNoAuthenticationFactory
  • RESTADAuthenticationFactoryNoCaching
  • RESTADAuthenticationFactory
  • RESTRemoteADAuthenticationFactoryNoCaching
  • RESTRemoteADAuthenticationFactory
  • RESTLocalAuthenticationFactoryNoCache
  • RESTLocalAuthenticationFactory
  • RESTNoAuthenticationFactory
  • RESTMultiADAuthenticationFactoryNoCaching
  • RESTMultiADAuthenticationFactory
Default Value:
RESTNoAuthenticationFactory