This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Configuration Data for System User Dynamic Authentication

The Configuration Guide gives the following sample of configuration data for dynamic authentication modules:

 

<DialogUserDetect>

   <Usermappings>

      <Usermapping

         DialogUser = "dlg_kst"

         Selection = "select 1 where %uid% in (select uid_personhead from

         profitcenter)"/>

      <Usermapping

         DialogUser = "dlg_all"/>

   </Usermappings>

</DialogUserDetect>

 

Is there a comprehensive list of variables (like %uid% in the sample above) which may be used within this kind of XML config?

I would be mainly interested in performing a check against the Windows logon-id that is requesting authentication.

Thanks!

 

Parents
  • After giving it some more thought, I finally understood that what I would really need is an authentication module "User account (dynamic)" which unfortunately does not exist. This would be a combination of modules "User account" and "Active Directory user account (dynamic)". I want to dynamically select the system user to be used, however based on a set of different Windows logins defined in Person.AuthentifierLogins (rather than just a single login defined via ADSAccount.UID_Person).
Reply
  • After giving it some more thought, I finally understood that what I would really need is an authentication module "User account (dynamic)" which unfortunately does not exist. This would be a combination of modules "User account" and "Active Directory user account (dynamic)". I want to dynamically select the system user to be used, however based on a set of different Windows logins defined in Person.AuthentifierLogins (rather than just a single login defined via ADSAccount.UID_Person).
Children
No Data