Interface ConfigFile.ISoFormsAuthenticationConfiguration
Utility class used to access the SoFormsAuthentication section in the config file. Created in Process scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISoFormsAuthenticationConfiguration
Properties
IgnoreList
List of pages and folders the SoFormsAuthentication should ignore.
Declaration
List<string> IgnoreList { get; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Pages
List of pages. Should contain a dictionaty with the following keys; LoginUrl and DefaultUrl, and optional LogoutUrl and PocketCrmLoginPage
Declaration
Dictionary<string, string> Pages { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |