> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NetServer SoFormsAuthentication element

> NetServer configuration settings used to control access and used by the web client FormsAuthentication.

The `SoFormsAuthentication` group contains configuration settings used to control access and used by the web client `FormsAuthentication`.

```XML theme={null}
<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:<br />Mandatory: LoginUrl and DefaultUrl<br />Optional: LogoutUrl and PocketCrmLoginPage |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.SoFormsAuthentication.yml


## Related topics

- [NetServer Data element](/en/onsite/web-config/data.md)
- [Deployment guide](/en/onsite/pocket-crm/deploy.md)
- [NetServer Messaging element](/en/onsite/web-config/messaging.md)
- [NetServer Security element](/en/onsite/web-config/security.md)
- [NetServer Diagnostics element](/en/onsite/web-config/diagnostics.md)
- [NetServer configuration](/en/onsite/web-config/index.md)
