Layout of the room-reservation.install.properties File
Layout of the room-reservation.install.properties File
The layout of the
room-reservation.install.properties
file is as follows.
The
outlookPlugin.applicationServerLocation
property sets the default value of the WebC location during the installation.
outlookPlugin.applicationServerLocation=http://localhost:8080/archibus/
The
outlookPlugin.outlookPlugin.projectid
property sets the default value of the production project ID during the installation.
outlookPlugin.projectId=hq-sqlserver
The below properties are used for SAML integration. If .NET framework 4.5 is installed on your client machines, you can specify Tls12 instead of Tls. This is recommended for better security.
outlookPlugin.samlActive=true outlookPlugin.securityProtocol=Tls12
Setup for the Outlook Plugin uses the property
outlookPlugin.windowsAuthenticationActive
to enable Windows authentication when the Plugin connects to Web Central. To enable Windows authentication, open the
room-reservation.install.properties
file, and ensure the property is set properly:
outlookPlugin.windowsAuthenticationActive=true