Example:
FormGenerator: Public = Everyone (works today)
FormGenerator: <NameOfADGroup> = Only for Group
FormGenerator: <NameOfRole> = Only for Role
You can still make general RBAC in appsettings that applies to the whole website, but should be on runbook-level.
Example:
FormGenerator: Public = Everyone (works today)
FormGenerator:
<NameOfADGroup>= Only for GroupFormGenerator:
<NameOfRole>= Only for RoleYou can still make general RBAC in appsettings that applies to the whole website, but should be on runbook-level.