Class BackOfficeTokenCookieSettings
Typed configuration options for back-office token cookie settings.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:Security:BackOfficeTokenCookie")]
[Obsolete("This will be replaced with a different authentication scheme. Scheduled for removal in Umbraco 18.")]
public class BackOfficeTokenCookieSettings
Properties
View SourceSameSite
Gets or sets a value indicating whether the cookie SameSite configuration.
Declaration
public string SameSite { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Valid values are "Unspecified", "None", "Lax" and "Strict" (default).