Changes

Configure UBIK Archon Service

1,898 bytes added, 3 July
Created page with "The UBIK Archon Service is a web service for administering UBIK License information. This page describes how to setup the system. = Overview = * Make sure the HowTo:Install..."
The UBIK Archon Service is a web service for administering UBIK License information.
This page describes how to setup the system.

= Overview =
* Make sure the [[HowTo:Install_UBIK_Web_Service#UBIK.C2.AE_Authentication_Web_Service_USAM.svc|USAM]] is installed on the IIS Server.
* Install the UBIK Archon Webservice on the IIS Server.
* If it is missing on the IIS Machine Install net.7.0.
* Make sure all files are accessible

= Install UBIK Archon =
* Download the UBIK Archon Webservice from the release portal.
* Deploy the UBIK Archon Webservice to the designated web app folder on the IIS Server (web app folder needs to be created if necessary)
** IIS Manager setting check: see [[Configure_EventNotification_Endpoint_and_Enterprise_Service_for_CUI#IIS_Manager|IIS Manager]]

= IIS Manager =
* Add a new website under the "Sites" folder in IIS Manager.
** "Site Name", "Application pool", "Physical path", "Binding", "Host Name", "Port" and "SSL Certificate" should be adapted accordingly.
* ''' Example settings'''. <br/> [[Image:WebsiteConfIIS.PNG|300px]]
= Firewall settings =
Firewall and Router settings must adapted so the Archon service can be accessible from outside of the IIS Server
* A New Inbound rule must be created in the IIS Server "Firewall Settings", using the same "Port" as the one specified in the website "Binding" settings.
* A new Port forwarding rule must also be added in the Router "Firewall Settings" using the same "Port" as the one specified in the website "Binding" settings.


= Usam =
Usam must be configured by adding the necessary value to the UBIK Service Archon Url key in the AppSettings.config file
* ''' Example value'''<add key="ArchonUrl" value="https://hostname:port/api"/>

==See also==
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
* [[HowTo:Configure_Microsoft_IIS_for_UBIK]]
* [[HowTo:AInstall_Microsoft_IIS]]
415
edits