Browse By Tags

  • From the Minerva Vault: How to Create Secure Access Using MAC Policy in Aras Innovator

    Intro This blog by Damien Destrez goes over an incredibly interesting use case for MAC Policy within Aras Innovator. If you're unfamiliar with MAC Policies we have an introduction blog which can be found here , as well as another concrete example here…
  • About the use of MAC with Environment Attribute

    Step 1 Create a method: _EnvAttr_WorkHours The code is: //MethodTemplateName=CSharp:Aras.Server.Core.AccessControl.EnvironmentAttributeMethod; var isWorkDay = 1==1; attribute.SetValue(isWorkHours);//Always return true value Step 2 Create an environment…
  • Intermediate MAC Policy

    This post will cover some new features of Mandatory Access Control policies in Aras Innovator. Mandatory Access Control (MAC) is one way to control access to data based on the properties of the information requested and the properties of the user making…
  • Cant add MAC address when requesting a license key

    Tried to login to the aras platform today after a while, and get the error " The Database is not available:License Key is invalid." So I tried to request the license key again, but in the request form it wont allow me to put in my desktops MAC address…
  • Access Control In Aras Innovator

    Controlling access is one of the bigger puzzles any system administrator faces. There are two different challenges to consider when it comes to permissions. The first challenge is authentication, which involves ensuring the user is who they say they are…