Is it "authenticate with" or "authenticate against"?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 2 Looping
--
Chapters
00:00 Is It &Quot;Authenticate With&Quot; Or &Quot;Authenticate Against&Quot;?
00:29 Accepted Answer Score 26
01:22 Thank you
--
Full question
https://english.stackexchange.com/questi...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#wordchoice
#avk47
ACCEPTED ANSWER
Score 26
Generally, a user authenticates to something with something. A user is proving he or she is entitled to access something based on something he or she has. For example,
The user must authenticate to the host with Active Directory credentials.
In more complicated scenarios 'against' might be useful. For example,
The user will be authenticating against the Active Directory's Kerberos server.
The definition of against as "compared or contrasted with" is being used rather than "in opposition to".
The user must authenticate to the host with Active Directory credentials because authentication is against the Kerberos server.
In a way, 'against' is thinking from the server's point of view. A user provides credentials and the server compares them to its user table.
I use Microsoft Manual of Style and couldn't find a recommended style. I use 'to' and 'with' when I'm writing for end-users and I use 'against' when writing for administrators.