Click or drag to resize

TrustedApplicationBasicAuthenticationAllowed Property

Even if only one application has this turned ON, it allows the basic authentication for the whole database. Use with caution! If a user is specified in System User, the basic authentication is allowed only for this user. [Required] [Default(false)] [Filter(eq)]

Namespace:  Aloe.EnterpriseOne.Model.Systems.Security
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool BasicAuthenticationAllowed { get; set; }

Property Value

Type: Boolean
See Also