Skip to content

Securing Application Access

The logon using specific applications can be limited to users.

A Staff Assignment Rule (SAR) is used, to select the allowed users. Using the special SAR Agent() will remove any limitations and allow all users to logon to that application.


# Activity Repository Editor
OrgModelManager.SecurityManager.ACL.Logon.Application.de.aristaflow.adept2.app.activityrepositoryeditor=Agent()
# Client and Web Client
OrgModelManager.SecurityManager.ACL.Logon.Application.de.aristaflow.adept2.app.client=Agent()
# Monitor
OrgModelManager.SecurityManager.ACL.Logon.Application.de.aristaflow.adept2.app.monitor=Agent()
# Org Model Editor
OrgModelManager.SecurityManager.ACL.Logon.Application.de.aristaflow.adept2.app.orgmodeleditor=Agent()
# Process Template Editor
OrgModelManager.SecurityManager.ACL.Logon.Application.de.aristaflow.adept2.app.processtemplateeditor=Agent()
# Outlook Add-In (for future use)
OrgModelManager.SecurityManager.ACL.Logon.Application.de.aristaflow.adept2.app.outlook=Agent() 
# Custom Applications
OrgModelManager.SecurityManager.ACL.Logon.Application.MyCustomApp=Agent()

Hint

The SAR for the agents that qualify to log on from other applications, that are applications with names this security manager does not know. Set this to "Agent()" to allow acccess for everyone from the application.
OrgModelManager.SecurityManager.ACL.Logon.Application.Other=

Hint

The SAR for the agents that qualify to log on without an application ID. Set this to the empty string to
prevent any logon without application ID. Currently used by the Outlook Add-In
OrgModelManager.SecurityManager.ACL.Logon.Application.Null=