August 2026

2026-08-28 16:02 (19 days ago)
Sorting OIDC / OAuth 2.0 Terms into Three Axes — Authorization Code / Implicit / Confidential / Public / PKCE

Implicit and Confidential are not opposites. Sorts OIDC / OAuth 2.0 vocabulary into flow, client type and client authentication axes, and shows how PKCE broke the old assumption.

2026-08-28 16:02 (19 days ago)
Choosing an OIDC id_token Signing Algorithm — RS256 / ES256 / HS256, and the One Line That Matters More

Lists the JWA algorithms usable for OIDC id_token signing, explains why to avoid HS256, how alg confusion attacks work, and shows code that pins the expected alg.

2026-08-28 15:49 (19 days ago)
How to Convert wav to m4a with Tags Toyota Car Navigation Can Read

m4a files made with ffmpeg play on Toyota car navigation but show no tags. The cause is the hdlr atom, afconvert fixes it, and here is what does not.

2026-08-11 08:51 (36 days ago)
Fix: Choppy Audio Playback on Mac by Restarting coreaudiod

Fix persistent audio dropouts on Mac after high-load Xcode builds. Restart the Core Audio daemon with `sudo killall coreaudiod` to restore playback.

2026-08-02 14:35 (45 days ago)
Building a Claude connector authenticated by your own OpenID Connect (OAuth2) provider

A Claude custom connector is just an MCP server. Here is how to authenticate one against your own OIDC provider, with the security details that matter.

Categories

Archive