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.

public string AuthenticationScheme { get; set; }
Type:
string
In this article