Jump to: navigation, search

Difference between revisions of "HowTo:Install UBIK Web Service"


Line 7: Line 7:
 
# [[Web_Service_Configuration|Configure]] the authentication mode of the web service using either
 
# [[Web_Service_Configuration|Configure]] the authentication mode of the web service using either
 
#* [[HowTo:Configure_Single_Local_Application_Authentication|Single Local Application]] or
 
#* [[HowTo:Configure_Single_Local_Application_Authentication|Single Local Application]] or
#* [[HowTo:Configure_LAS_Authentication|Local]] or
+
#* [[HowTo:Configure_LAS_Authentication|Local]] or [[HowTo:Configure_LAS_Authentication|Global Application Service]]
#* [[HowTo:Configure_LAS_Authentication|Global Application Service]]
+
  
 
== {{UBIK}} Authentication Web Service ''USAM.svc''==
 
== {{UBIK}} Authentication Web Service ''USAM.svc''==
Line 23: Line 22:
 
# [[Web_Service_Configuration|Configure]] the authentication mode of the web service using either
 
# [[Web_Service_Configuration|Configure]] the authentication mode of the web service using either
 
#* [[HowTo:Configure_Single_Local_Application_Authentication|Single Local Application]] or
 
#* [[HowTo:Configure_Single_Local_Application_Authentication|Single Local Application]] or
#* [[HowTo:Configure_LAS_Authentication|Local]] or
+
#* [[HowTo:Configure_LAS_Authentication|Local]] or [[HowTo:Configure_LAS_Authentication|Global Application Service]]
#* [[HowTo:Configure_LAS_Authentication|Global Application Service]]
+
  
 
== See also ==
 
== See also ==

Revision as of 13:49, 22 July 2015

Prior to the installation of an UBIK® Web Service make sure to have a Microsoft Internet Information Server (IIS) available and configured accordingly. If not read the instructions how to install and configure an IIS for UBIK®.

UBIK® Content Web Service UBIKContent.svc

  1. Create a new directory in the wwwroot directory of the IIS installation (default: c:\inetpub\wwwroot)
  2. Copy the components of the UBIK® Web Service into the (new) directory
  3. Create a new web applicaton as described here
  4. Configure the authentication mode of the web service using either

UBIK® Authentication Web Service USAM.svc

If authentication should happen via a distinctive USAM web service

  1. Create a new directory in the wwwroot directory of the IIS installation (default: c:\inetpub\wwwroot)
  2. Copy the components of the UBIK® Web Service into the (new) directory
  3. Create a new web applicaton as described here
  4. Configure the authentication mode of the USAM web service using Single Local Application

UBIK® Push Web Service UBIKPush.svc

  1. Create a new directory in the wwwroot directory of the IIS installation (default: c:\inetpub\wwwroot)
  2. Copy the components of the UBIK® Web Service into the (new) directory
  3. Create a new web applicaton as described here
  4. Configure the authentication mode of the web service using either

See also