episerver.basicAuthentication
Describes the <episerver.basicAuthentication> section of the configuration file.
The Configure CMS topic describes the syntax of the configuration elements.
## <episerver.basicAuthentication>
<episerver.basicAuthentication basicRealm="string"
sendBasicChallenge="bool" />
NoteThe
episerver.basicAuthenticationelement is optional. The following default configuration values set in code and are overriden if other values are specified in theweb.configfile.
| Name | Default value | Description |
|---|---|---|
| basicRealm | String.Empty | Gets the basic realm used when sending a basic authentication challenge to the client. |
| sendBasicChallenge | true | Defines whether the EPiServer.Security.BasicAuthentication module sends a basic challenge to the client. |
Updated about 2 months ago