Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    SameSite

    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).

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX