Edit website configuration files
You can edit website .config files used by EBS, although some sections of .config files might require decryption.
Edit website configuration files for:
To configure Identity Services for Ontrack Staff Hub and Ontrack Learner Hub, make the following changes to the web.config file.
Standard install locations:
-
\Program Files\tribal_instance\EBS4\TribalTech.EBS.Agent5\web.config for Ontrack Staff Hub
-
\Program Files\tribal_instance\EBS4\OntrackLearner\web.config for Ontrack Learner Hub
To use external authentication, set:
-
system.web\Authentication mode to 'None'
To use Dual Authentication, set:
-
system.web\Authentication mode to 'Forms'
-
appSettings\EnableIdentityServer to 'Y'
-
appSettings\IdentityServerCookieDomain to match the Ontrack domain name, usually the domain name specified in the <authentication><forms> section (for example: tribalgroup.net)
-
appSettings\EnableDualAuthentication to 'Y' to offer the choice of using EBS or external credentials
-
appSettings\IdentityServerClientSecret to the client secret generated in the authentication provider
To configure Identity Services for EBS Ontrack Teaching and Learning, make the following changes to the web.config file.
-
Standard install location:
-
(\Program Files\tribal_instance\EBS4\estWeb\web.config
-
-
If solely using external authentication, set:
-
system.web\Authentication mode to 'None'
-
-
To use Dual Authentication, set:
-
system.web\Authentication mode to 'Forms'
-
Make the following changes to the appSettings.config file.
-
Standard install location:
-
\Program Files\tribal_instance\EBS4\estWeb\appSettings.config
-
-
Set:
-
appSettings\EnableIdentityServer to 'Y'
-
appSettings\IdentityServerCookieDomain to match the current domain name
-
appSettings\EnableDualAuthentication to 'Y' if wishing to offer the choice of using EBS or external credentials
-
appSettings\IdentityServerClientSecret to the client secret generated in the authentication provider
-