Basic Authentication Settings
Configuration reference for the Umbraco basic authentication settings section in appsettings.json.
"Umbraco": {
"CMS": {
"BasicAuth": {
"AllowedIPs": [],
"Enabled": false,
"RedirectToLoginPage": false,
"SharedSecret": {
"HeaderName": "X-Authentication-Shared-Secret",
"Value": null
},
"LoginViewPath": "/umbraco/BasicAuthLogin/Login.cshtml",
"TwoFactorViewPath": "/umbraco/BasicAuthLogin/TwoFactor.cshtml"
}
}
}AllowedIPs
Enabled
RedirectToLoginPage
SharedSecret
HeaderName
Value
LoginViewPath
TwoFactorViewPath
Last updated
Was this helpful?