Why Administrators Resist
The objections are mostly legitimate and mostly fixable. Treating resistance as obstruction produces workarounds you cannot see.
Analysis
Every PAM deployment meets resistance from the people it constrains. The objections are usually accurate, and dismissing them produces a bypassed system.
The legitimate objections
It is slower. Usually true, and measurable.
It breaks during incidents, which is when speed matters most.
It does not cover my workflow, particularly for scripted and automated work.
It implies I am not trusted, which is a reasonable reading of a control introduced without explanation.
It creates a single point of failure in a role already responsible for availability.
It was designed without asking me, which is true remarkably often.
The less legitimate ones
"I need permanent access for emergencies," which is what break-glass exists for.
"Recording will be used against me," which is legitimate as a concern and should be answered by a written and enforced limitation rather than by dismissal.
"Nobody else does this," which is decreasingly true.
What actually causes bypassing
Latency. If the sanctioned path adds minutes to routine work, people find another way, and they are behaving rationally.
Unavailability, even once, during something important.
A gap in coverage that makes the sanctioned path impossible for some task.
Approval that takes longer than the work.
No route for automation, so scripts keep using standing credentials.
Designing to reduce it
Involve administrators in the design, genuinely and early. They know which workflows will break and they will tell you if asked.
Measure the latency the new path adds and treat it as a defect to be reduced.
Build the automation path first, because otherwise the scripts become the permanent exception.
Make single sign-on work, so the broker is not a second authentication.
Provide a fast emergency route rather than relying on people to endure a slow one.
Explain the reason, specifically, including that the primary threat is a compromised credential rather than a dishonest administrator.
The trust conversation
Worth having explicitly rather than avoiding.
The threat model is credential compromise, not employee misconduct, in the overwhelming majority of cases.
Say that plainly, and design the recording review process to match it โ triggered and sampled, not routine surveillance of individuals.
Put the performance-management limitation in writing and honour it.
Where an administrator asks whether a recording could show a mistake they made: the honest answer is yes, and the useful follow-up is what will and will not happen as a result.
Detecting bypass
Compare target-side authentication logs against broker session records. The difference is the bypass.
Alert on privileged authentication from outside the sanctioned path.
Watch for standing accounts still being used after just-in-time is available.
Treat findings as design feedback first. A cluster of bypasses in one team usually indicates a workflow the deployment does not support, and fixing that is more effective than enforcement.
Enforce after fixing, which is an order that keeps the administrators on the same side of the problem.
Measuring the latency you added
Friction is the cause of bypassing and it is measurable rather than a matter of opinion.
Time from intent to session established, before and after.
Broken down by step: authentication, request, approval, connection.
Compared against the unsanctioned path, honestly.
Reported as a defect to be reduced, not as an unavoidable cost.
Reviewed quarterly with the administrators.
A path that adds thirty seconds is accepted; one that adds five minutes is not, and knowing which you built requires measuring rather than assuming.
The conversation about trust
Worth having explicitly rather than letting people infer the worst.
State the threat model plainly: the concern is that someone else obtains your credentials, not that you are dishonest.
Say what recordings will not be used for, in writing, and honour it.
Say what happens if a recording shows a mistake, which is the question people actually have.
Say who can access recordings and under what trigger.
Invite them into the design of the review process, which converts the most suspicious group into the one that vouches for it.