versionFrom | meta.Title | meta.Description |
---|---|---|
9.0.0 |
Umbraco Basic Authentication Settings |
Information on the basic authentication section |
Allows you to configure the basic authentication settings for Umbraco. A basic authentication section fully populated with default values can be seen here:
"Umbraco": {
"CMS": {
"BasicAuth": {
"Enabled": false,
"AllowedIPs": []
}
}
}
If the value is set to true, the basic authentication is enabled. By default, the value is set to false.
This is a comma-separated list of IP addresses you want to limit where the requests can come from.