Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 685 Bytes

File metadata and controls

28 lines (21 loc) · 685 Bytes
versionFrom meta.Title meta.Description
9.0.0
Umbraco Basic Authentication Settings
Information on the basic authentication section

Basic Authentication Settings

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": []
    }
  }
}

Enabled

If the value is set to true, the basic authentication is enabled. By default, the value is set to false.

AllowedIPs

This is a comma-separated list of IP addresses you want to limit where the requests can come from.