Configures options for the Redakt back office application. />.

public class RedaktBackOfficeOptions
Inheritance:
ObjectRedaktBackOfficeOptions

Constructors

RedaktBackOfficeOptions() Default parameterless constructor; sets default options.

Properties

RootPath Gets or sets the back office application path from the website root. Defaults to /redakt. Getting the root path is guaranteed to be in the format "/{path*}", i.e. always starts with a slash, followed by the (optional) path, and never ends with a slash unless it is the root url ("/") itself.
AuthenticationScheme Gets or sets the authentication scheme for back office challenge requests. This must be set to the authentication scheme of the identity server that handles Redakt back office authentication. Defaults to RedaktBackOffice, which is also the default authentication scheme of the Redakt IdentityServer.
MaxUploadFileSize Gets or sets the maximum allowed uploaded file size in bytes. Defaults to 16777216 (16MB).
Title Gets or sets the title that appears in the title bar of the browser for the back office application. Defaults to "Redakt".
RequireHttps Indicates whether the back office application can only be requested on a secure connection. Defaults to false, but is strongly recommended to enable for security reasons.
Authentication Gets or sets RedaktBackOfficeAuthenticationOptions back office authentication options.
UserProfile