5 pronunciation exercises on the authentication and communication protocol acronyms that backend engineers use every day.
0 / 5 completed
1 / 5
How is "OAuth" pronounced?
OAuth (Open Authorization) is pronounced "OH-auth" /ˈoʊɔːθ/ — two syllables: OH (/oʊ/, the letter O) + auth (/ɔːθ/, short for "authorisation"). Stress is on the first syllable. The "auth" part rhymes with "north" without the N. In a sentence: "Implement OAuth 2.0 so users can log in with their Google or GitHub credentials."
2 / 5
How is "SAML" pronounced?
SAML (Security Assertion Markup Language) is pronounced "SAM-ul" /ˈsæməl/ — two syllables, rhyming with "camel." The first syllable has short /æ/ (like "cat"), and the second is a schwa /məl/. It is said as a word, not spelled out. In a sentence: "Enterprise SSO uses SAML assertions to pass user identity from the identity provider to the application."
3 / 5
How is "JWT" pronounced?
JWT (JSON Web Token) has two accepted pronunciations: "JOT" /dʒɒt/ as a single syllable (rhyming with "dot"), or "J-W-T" /dʒeɪ dʌbljuː tiː/ spelled out as three letters. "JOT" is more common in casual speech and easier to say. The JWT specification authors themselves have used "jot" in presentations. In a sentence: "The API issues a signed JWT after login; the client includes it in every subsequent request header."
4 / 5
How is "gRPC" pronounced?
gRPC (Google Remote Procedure Call) is pronounced "JEE-AR-PEE-SEE" /dʒiː ɑːr piː siː/ — all four characters spoken as individual letters. The lowercase g does not change the pronunciation. Equal stress on each letter. It is never blended into a word. In a sentence: "The microservices communicate over gRPC instead of REST for lower latency and strongly-typed contracts."
5 / 5
How is "SOAP" pronounced?
SOAP (Simple Object Access Protocol) is pronounced "sohp" /soʊp/ — one syllable, rhyming with the word "soap" (the cleaning product). The vowel is the /oʊ/ diphthong. It is always spoken as a word. This is one of the more satisfying acronym pronunciations in tech because it maps directly to a common English word. In a sentence: "The legacy financial integration still uses SOAP with XML envelopes; migrating it to REST is on the roadmap."