Changes

Configure UBIK Archon Service

1,090 bytes added, 26 March
* 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 netserver does not have it installed, download and install the .7NET 8.0Hosting Bundle from Microsoft. This bundle includes the .NET Runtime and the ASP.NET Core Runtime required for hosting ASP.NET Core applications on IIS.* Make sure the URL Rewrite Module is installed on the IIS Server.
* Make sure all files are accessible
=== Parameters since Version 5.0 ===
* Parameter USAM-Name: human readable name of the USAM service. We recomend recommend to use the name of the Usecase (e.g. "Productive System").
* Parameter License - Mode: The license mode defines how a license is evaluated by the Archon for the given USAM :
{| class="wikitable" width=50%
</source>
[[Category:Installing|Configure UBIK === Archon Service]]cannot be contacted ===[[Category:Login management|Configure UBIK One of the most common reasons for being unable to contact the Archon Service]]or register a USAM is the WebDAV Publishing module, which may be preinstalled on the IIS server. This module interferes with the requests sent by the Archon, preventing certain methods from executing correctly. You can verify whether WebDAV is installed by checking the Server Manager on the IIS machine. To prevent this interference, you must explicitly '''disable WebDAV''' in the Archon’s web.config file.<source lang = "XML"><system.webServer> <modules> <remove name="WebDAVModule" /> </modules></system.webServer></source> <br/>However, it’s very important to note that adding this configuration when the WebDAV module is not installed can also cause communication issues with the Archon. For that reason, only apply this configuration if you have confirmed that the WebDAV module is actually present on the IIS server.
=See also=