The profile sign-in checks a token before saving it and names each failure separately.
What's wrong with this entry?
The same new Console profile flow checks the result of a sign-in before storing anything, and explains each failure separately rather than failing generically.
- Rejects a sign-in with no inference access ("The organization didn't grant inference access to this sign-in, so Claude Code can't use it."), with no refresh token, or with a non-finite expiry.
- Replacing an existing claude.ai login clears that record.
- A credential file that is a symlink is refused with its own explanation.
The organization didn't grant inference access to this sign-in, so Claude Code can't use it.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Signing back into the same account keeps a pending auto-resume
Both mention auth
-
v2.1.234
Token screen reports actual remaining validity
Both mention auth
-
v2.1.234
Setup-token login result carries the expiry
Both mention auth