London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Loading...
Area: Optimizely CMS
ARCHIVED This content is retired and no longer maintained. See the latest version here.

The following XML pseudocode describes the <episerver.basicAuthentication> section of the configuration file. The Configuration topic describes the syntax used in the description of the configuration elements.

<episerver.basicAuthentication>

XML
<episerver.basicAuthentication basicRealm="string"
                               sendBasicChallenge="bool" />

Note: The episerver.basicAuthentication element is optional. The following default configuration values set in code and are overriden if other values are specified in the web.config file.

NameDefault ValueDescription
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.

Last updated: Sep 21, 2015