Provided you connect a system to CzechIdM that is available in multiple environments - testing, production, preproduction etc. - you can distinct roles in two ways
Role with the same base code attribute can be created for different environment. Final role code is combined from the base code and environment attribute:
baseCode
- basic identifier of the role e.g. roleOne.environment
- environment identifier, e.g. dev.code
- baseCode
|environment
. For example roleOne|dev. Or just roleOne, when environment is not defined for the role.