Alice and Bob have ordinary DH public values, but those values are not yet tied to identity.
Honest DH sends public values
Alice would publish A=8 and Bob would publish B=19.
A=8B=19
Those values need identity
The arithmetic does not say who sent the public value. Without authentication, a middle person can swap the value in transit.
public value needs identity
The honest shared value exists only off to the side
If Alice and Bob used each other's real public values, the shared value would be 2.
honest shared=2
Summary
The honest public values are visible, but the transcript still needs a way to prove whose value arrived.
identity is missing