Mapping STS Users to SDL LiveContent Reach Groups
You can map a specific user who is defined in the STS to a specific SDL LiveContent Reach group.
For example, if you had a single developer in the organization but multiple other users who share the same department and role, you can map that single developer user to a specific SDL LiveContent Reach group.
<mappings>
<groups>
<department>software_eng</department>
<app-group>Contributors</app-group>
</groups>
<users>
<user>
<username>johnsmith@domain.company.corp</username>
<app-group>Developers</app-group>
</user>
</users>
</mappings>
In this example:
- The ADFS STS-defined user is "
johnsmith@domain.company.corp" (as specified by the<username>value inside the<user>element). - The SDL LiveContent Reach group is
Developers(as defined by the<app-group>value inside the<user>element).