Add AD auth and B1 currency fields
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace TrafagSalesExporter.Security;
|
||||
|
||||
public sealed class SecurityOptions
|
||||
{
|
||||
public const string SectionName = "Security";
|
||||
|
||||
public bool DevelopmentBypass { get; set; }
|
||||
public bool DevelopmentUserIsAdmin { get; set; }
|
||||
public string DevelopmentUserName { get; set; } = "DEV\\TrafagDeveloper";
|
||||
public List<string> AccessGroups { get; set; } = [];
|
||||
public List<string> AdminGroups { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user