In identity management, it's important to distinguish between different types of workers—especially contingent workers (CWs), such as contractors or temporary staff. These individuals often have different access permissions, durations of employment, or compliance requirements. HyperSync Panel supports this by programmatically appending “(CW)” to the display name of contingent workers during synchronization.
How It Works
The HyperSync Panel is responsible for synchronizing identity data across systems like Active Directory and Microsoft 365. When processing identity records, it evaluates source data—typically from HR or contractor management systems—and applies logic to determine the worker type.
Using configurable rules, HyperSync can modify attributes like display name before writing them to target systems. For example:
Original name: Jane Doe
Modified display name: Jane Doe (CW)
This is achieved using attribute flow logic such as:
DisplayName + (If(EmploymentType == "Contingent", " (CW)", ""))
This labeling appears consistently in all connected systems, allowing for a uniform and clear presentation of identity data without altering core records.
Benefits of This Approach
Appending “(CW)” to display names provides immediate, visible differentiation between employee types, without requiring backend queries or manual intervention. This has several business benefits:
-
Operational Clarity: Enables service desks and managers to quickly identify contingent workers at a glance.
-
Access Control: Helps downstream systems apply appropriate role-based access or permissions based on worker classification.
-
Compliance and Auditing: Supports audits by making it easier to confirm that contingent workers have suitable and regularly reviewed access.
This display name customization is just one part of a broader Joiner/Mover/Leaver (JML) process managed by HyperSync Panel. The platform automates the full identity lifecycle—onboarding, changes, and offboarding—across all user types.
By labeling contingent workers in a standardized, automated way, HyperSync Panel improves visibility, enforces policy, and reduces the risk of misidentification in access decisions.
Comments
0 comments
Article is closed for comments.