AI customer service handles authentication the same way it has always been handled, with a stack of checks proportional to the sensitivity of the action: session, knowledge-based answers, possession factors (codes to a device), biometrics where lawful and useful, and a human escalation for the cases where automation cannot reach the bar. AI does not lower the bar; if anything, it raises it, because the AI is acting on the customer's behalf and the failure mode is worse than telling the customer the wrong opening hours.

A customer chats with an AI agent and asks to change their email address. The system has to decide whether it knows who is asking. The answer is the same set of checks a human agent would use; the cost of getting them wrong is higher because the AI does not have the human's instinct for "this feels off."

What people in the field are saying

Service Matters has covered the contact-centre security angle directly in "Is your contact centre a cybersecurity...", naming that the move to AI does not change the underlying identity-and-trust problem; it changes who is making the decision in the moment.

What does an AI authentication stack look like?

Three layers. Session: the customer is already logged in on a channel you control, and the session itself is treated as one factor. Knowledge-based or possession factors: account details, a one-time code sent to a registered device. Biometrics: voice or document checks, used where lawful and where they actually add signal rather than friction. Each layer is added based on the sensitivity of the next action.

Where does authentication break with AI?

Three places. Identity drift in long chats: the customer authenticated at the start, but the action they ask for fifteen minutes later needs a higher bar. Social engineering: the AI is more consistent than a human and therefore predictable, which a sophisticated attacker can probe. False confidence: the AI says "I have verified you" because the script said so, even though one of the factors quietly failed.

What does the AI need to do that a human does naturally?

Re-verify when the action steps up. A human agent feels the shift from "tell me your balance" to "send a transfer," and will ask for another factor without being told. The AI has to be told. The right pattern is a policy that defines the bar per action class, and the AI refuses or escalates when the bar has not been met for the action requested.

What is the practical first step?

Write a one-page action-to-bar map. Low-risk reads (status, balance) need session only. Medium-risk reads (transaction history) need session plus one factor. Writes that touch money or contact details need session plus two factors plus an audit entry. Send this to compliance before any AI agent goes live, not after.

Related: the field note on contact-centre AI security, the question on regulated industries, and the use case for updating a customer's address or detail.