Basic Authentication Settings
Information on the basic authentication section
"Umbraco": {
"CMS": {
"BasicAuth": {
"AllowedIPs": [],
"Enabled": false,
"RedirectToLoginPage": false,
"SharedSecret": {
"HeaderName": "X-Authentication-Shared-Secret",
"Value": null
}
}
}
}AllowedIPs
Enabled
RedirectToLoginPage
SharedSecret
HeaderName
Value
Last updated
Was this helpful?