NetServer SoFormsAuthentication element
•
Environment: onsite
Some tooltip text!
• 1 minute to read
• 1 minute to read
The SoFormsAuthentication
group contains configuration settings used to control access and used by the web client FormsAuthentication
.
<SoFormsAuthentication>
<Pages>
<add key="LoginUrl" value="~/Security/Login.aspx" />
<add key="DefaultUrl" value="~/Default.aspx" />
</Pages>
<IgnoreList>
<add key="errorpages" value="~/ErrorPages" />
<add key="erroraspx" value="error.aspx" />
<add key="filedownload" value="filedownload.aspx" />
<add key="jsincludeashx" value="jsinclude.ashx" />
<add key="cssincludeashx" value="cssinclude.ashx" />
<add key="federated_loginaspx" value="~/Security/Federated_login.aspx" />
<add key="api" value="~/api" />
<add key="swagger" value="~/swagger" />
<add key="mlapi" value="~/maillink_api" />
</IgnoreList>
</SoFormsAuthentication>
Name | Description |
---|---|
IgnoreList | List of pages and folders the SoFormsAuthentication should ignore. |
Pages | List of pages. Should contain a dictionary with the following keys: Mandatory: LoginUrl and DefaultUrl Optional: LogoutUrl and PocketCrmLoginPage |
See the NetServer Core reference for details about handling this programmatically.