DomainSecurity.xml Config Question
Question / Problem:
I have noticed just now some inconsistence. I don´t know if it is on my environment only
In DomainSecurity.xml the role name (highlighted below) by default is Administrator (on singular)
In the Designer is it Administrators (on plural)
Can someone confirm this is wrong?
If I create a Role called Users (like above) to the regular users. Should I put in the DomainSecurity.xml
Users or User in the singular?
<UserAndRoles Name="user1" IsGroupName="false">
<Roles>
<Role Name="Users" />
</Roles>
</UserAndRoles>
Answer / Solution:
The issue I have reported in a known “Typo”. The role in Visual Designer is Administrators but in the DomainSecurity.xml we must use Administrator in singular.
For the roles we create, we need to use the same name in both VD and DomainSecurity.xml.
For your information, I was facing the “disturbing” login screen at the customer.
The solution was to replace the section
<AppAndUsers AppName=””>
By
<AppAndUsers AppName=”Extract”> (name of your application)
With “” was not working. It should work for all application, but it does not work
Enter How to here:
- How to Step 1
- How to Step 2
- How to Step 3
Applies to:
Product | Version |
---|---|
eFlow | 5.x |