Conflicts — Users
The Conflicts — Users screen is the distinct list of users with at least one SoD conflict on a connected application. One line per (Application, User) pair. Each row carries the account's status, creation date and last login — exactly what is needed to decide how to remediate.
If Summary shows how many conflicts you have and Details shows what they look like, this screen is who the conflicts belong to.
At a glance
Goal of the view
For each user in conflict on a connected application:
- Identify the holders. A single line per user — easier to dispatch the remediation actions across business owners than reading the per-row Details.
- Read context for the action. Status + Creation + Last Login tell whether the easiest remediation is a deactivation (Inactive accounts) or a role cleanup (Active accounts with conflicts).
- Spot zombie conflicts. An Inactive user still appearing here proves the underlying conflict is structural — even after the user is gone, their role wallet still produces theoretical SoD risk. Tighten the role design rather than rely on the deactivation.
Columns
| Column | Source | What it tells you |
|---|---|---|
| Application ID | CFD_APPS_ID — application identifier. | The application the conflict belongs to. |
| User ID | CFD_USER_ID — user in conflict. | The conflict holder. |
| Status | USR_STATUS — 01 means Active. | Source-system status — drives the remediation choice. |
| Creation Date | USR_DT_CREATION — date. | When the account was created. |
| Login Date | USR_DT_LOGIN — date. | Last authentication. A long-dormant active user with conflicts is the lowest-hanging fruit. |
Tips & best practices
- Sort by Last Login descending — the users actively connecting carry the most operational risk. Deal with them first.
- Filter on Inactive status to find conflicts on already-disabled accounts. They are easy to close but a sign that the role design still allows the combination.
- Combine with Conflicts — Details via the same user filter to read the conflict story of a single person before contacting them.
- Click a row to open the Users Audit screen for that user — the full role + activity picture in one place.