Skip to content

Ensure the Forms Authentication configuration property is set on

To configure CALUMO to run in Forms Authentication mode, you need to set the property FormsAuthenticationEnabled to true, in master.config.json file located in the CALUMO Webserver installation directory.

To do this, follow the instructions below:

  • Open the file in a text editor like notepad.
  • Replace the right hand side value with “true”

You should now have a line that looks like this in your configuration:

 
"FormsAuthenticationEnabled" : "true",
 

Save the file and now recycle the CALUMO Application Pool.

Back to top