Mapping STS Roles to SDL LiveContent Reach Groups
You can map a role defined in the STS to a group defined in SDL LiveContent Reach by using a <group> element with attribute set to "role".
For example, to map a "Chief Architect" role defined in the STS to a "dba" group defined in SDL LiveContent Reach:
<mappings>
<groups>
<group attribute="role"
value="Chief Architect">
<app-group>dba</app-group>
</group>
.
.
.
</groups>
<users>
.
.
.
</users>
</mappings>
In this example:
- The STS-defined role is "
Chief Architect" (as specified by thevalueof theroleattribute in the<group>element). - The SDL LiveContent Reach group is
dba(as defined by the<app-group>element value).