authentication

Tag: authentication

35 posts
Techdirt icon
Techdirt
techdirt.com

16 Groups Warn FCC’s New ‘Robocall Plan’ Is Really About Dramatically Undermining Privacy

Back in May I noted how the Trump FCC had unveiled a brand new plan to “stop robocalls.” I also noted how the plan doesn’t actually stop robocalls because a well-lobbied U.S. government (1) refuses to hold big companies accountable or collect fines, (2) constantly embraces weak rules that make telemarketers and debt collectors happy...

·
Aug 7
·
E
ewan's devlog
devlog.croft.click

Malachite: ATProto OAuth CLI and did:web Support

Malachite gains OAuth-based CLI authentication for ATProto and did:web DID resolution, alongside a restructured web frontend.

·
Jun 5
·
e555 — One Two, One Two
Games At Work dot Biz icon
Games At Work dot Biz
gamesatwork.biz

e555 — One Two, One Two

Photo by Michael Martine: The Bean in Millennium Park, Chicago, IL, June 2019 Published 25 May 2026 e555 with Andy, Michael and Michael - Ploopy’s The Bean and Lenovo’s TrackPoint, The Guild, The Movie, AI in commencement speeches, AI in podcasts, Virtual Worlds and Virtual OS museums and a whole lot more! Andy, Michael and...

·
May 25
·
The Atmosphere needs a front door
We Can Just Do Things icon
We Can Just Do Things

The Atmosphere needs a front door

The Atmosphere needs a distinct brand identify, better tools for builders, a new UX for users, and a small empowered group willing to build it all.

·
May 15
·
Adding OAuth to an MCP Server: From API Keys to Browser Login
subaud icon
subaud
subaud.io

Adding OAuth to an MCP Server: From API Keys to Browser Login

MixCraft started with static API keys—generate one from the web portal, paste it into your Claude Code config. The mx_ prefixed keys had no expiration, lived in shell history and dotfiles, and revoking one meant generating a new key and updating every client. Service tokens from third-party APIs expired after an hour with no refresh mechanism, so users would get silent failures mid-session. I needed to replace the whole auth model with OAuth. But worse, it didn't work well with claude.ai because

·
Apr 2
·
Andrew Lilley Brinker icon
Andrew Lilley Brinker
alilleybrinker.com

Passkey PRFs and the Passkey Loss Blast Radius

Exploring the way passkey PRFs increase the blast radius of

·
Jan 14
·
N
Nick's Blog

Sign In With Your Internet Handle

Authentication is an area that generally has really difficult UX constraints and the language really matters.

·
Dec 17 '25
·
D
Den Delimarsky
den.dev

What's New In The 2025-11-25 MCP Authorization Spec

Preview of authorization changes landing in the 2025-11-25 MCP spec release, marking the protocol's first anniversary with notable auth-flow updates.

·
Nov 23 '25
·
Devtools FM icon
Devtools FM
devtools.fm

Bereket Engida - Better-Auth

Bereket Engida walks through building better-auth, the extensible authentication library taking the JavaScript community by storm.

·
Aug 9 '25
·
D
Den Delimarsky
den.dev

OAuth In The MCP C# SDK: Simple, Secure, Standard

Walkthrough of the new OAuth 2.0 and RFC 9728 PRM support shipped in the official MCP C# SDK, with sample code for protected MCP server authorization in .NET.

·
Jul 6 '25
·
D
Den Delimarsky
den.dev

Better Logic For Showing Auth Windows With Your Local MCP Server

Parent WAM authentication dialogs to MCP clients like VS Code and Claude Desktop by traversing the process hierarchy to find a usable window handle.

·
Apr 20 '25
·
D
Den Delimarsky
den.dev

Secure Remote MCP Servers With Entra ID And Azure API Management

Building an Entra ID-protected remote MCP server with Azure API Management as the auth gateway and Azure Functions handling the protocol implementation.

·
Apr 19 '25
·
D
Den Delimarsky
den.dev

Enable Local MCP Servers To Access Entra ID Accounts

C# walkthrough using MSAL with Windows Web Account Manager (WAM) so a local MCP server can sign users into Entra ID without standing up an OAuth listener.

·
Apr 13 '25
·
D
Den Delimarsky
den.dev

Old Security Rakes In New MCP Yards

MCP brings back classic security problems around local execution and remote authentication, and the industry seems determined to ignore lessons already learned.

·
Apr 8 '25
·
D
Den Delimarsky
den.dev

The Missing Intro To Flexible Federated Identity Credentials

Set up Entra ID flexible FIC to authenticate GitHub Actions workflows against Azure resources like Key Vault without storing client secrets.

·
Feb 27 '25
·
edafe.de icon
edafe.de
edafe.de

Can passkeys replace passwords

"Passkeys and the WebAuthn specification were intended to make public key cryptography accessible to average users, rather than just the domain of the tech-savvy. If done right, they could seriously improve security on the Web." @drbruced@aus.social summarises why passkeys are such a good idea in theory and explains where current implementations of the technology fall...

·
Dec 21 '24
·
D
Den Delimarsky
den.dev

Deceiving Authenticator Apps On Apple And Google Devices

App Store and Play Store ads routinely surface look-alike authenticator apps above the legitimate ones. Here is how to spot and avoid them.

·
Nov 21 '24
·
D
Den Delimarsky
den.dev

New Features For MSAL Python - Managed Identity and macOS Broker

Recent additions to MSAL Python - managed identity support for Azure-hosted services and a new macOS authentication broker for richer interactive sign-in flows.

·
Oct 17 '24
·
T
Tim Deschryver
timdeschryver.dev

The different ways to load your OpenID configuration for Angular Auth OIDC Client

How to configure the provideAuth function from the Angular Auth OIDC Client library to load your OpenID configuration synchronously or asynchronously.

·
Jun 23 '24
·
T
Tim Deschryver
timdeschryver.dev

Signals in Angular Auth OIDC Client

Version 18 of the angular-auth-oidc-client library adds Signal support to access the authenticated state and user data.

·
Jun 12 '24
·
D
Den Delimarsky
den.dev

Simpler MSAL Logins With The Windows Auth Broker

Use the Windows Web Account Manager (WAM) broker with MSAL to delegate OAuth token acquisition to the OS and skip redirect URL plumbing in client apps.

·
Apr 14 '24
·
edafe.de icon
edafe.de
edafe.de

A hacker’s perspective: social media account takeover prevention guide

"If you watched the SEC Twitter account hack that moved markets yesterday and wondered how to prevent account takeover for your personal, business, or high profile social media account, here's an Account Takeover Prevention Guide for you and/or your organization." @racheltobac@infosec.exchange neatly summarises the steps you should take to prevent the hijacking of your online accounts.

·
Jan 11 '24
·
D
Den Delimarsky
den.dev

Sending Your MSAL Telemetry To Azure Application Insights

Wiring MSAL.NET 4.58.0 OpenTelemetry support to the Azure Monitor exporter so authentication metrics from production apps land in Application Insights.

·
Dec 7 '23
·
D
Den Delimarsky
den.dev

Docs As Part Of The Developer Experience For MSAL

How the MSAL team approaches developer-facing documentation - making engineers core contributors, not delegating writing to a separate content org.

·
Mar 27 '23
·
D
Den Delimarsky
den.dev

Restricting An Azure App Service To Specific Microsoft Accounts

Restrict an Azure App Service to a specific allow-list of Microsoft Accounts using built-in AAD authentication and a custom claims rule.

·
Mar 21 '23
·
D
Den Delimarsky
den.dev

Experimenting With Managed Identity In MSAL.NET

Using MSAL.NET managed identity APIs to authenticate to Azure Key Vault from an Azure Batch job without storing credentials in environment variables.

·
Mar 15 '23
·
D
Den Delimarsky
den.dev

Reading Azure Active Directory Recommendations From PowerShell

Pull Azure Active Directory tenant recommendations from PowerShell using the Microsoft Graph API, with sample code for auth and parsing the JSON output.

·
Feb 12 '23
·
D
Den Delimarsky
den.dev

First Explorations of Twitter Verification API

Tracing the network calls behind Twitter's relaunched verification eligibility check, revealing the internal API the new self-service flow relies on.

·
Dec 28 '21
·
D
Den Delimarsky
den.dev

It Is Time To Ditch SMS 2-Factor Verification

Why SMS-based two-factor auth is exposed to SIM swap and SS7 attacks, and what to use instead: TOTP authenticator apps and hardware security keys.

·
Feb 23 '18
·
L
Luis Quintanilla Personal Website
lqdev.me

Authorization Code Authentication Flow in Python

·
Dec 29 '17
·
L
Luis Quintanilla Personal Website
lqdev.me

Client Credentials Authorization in C#

·
Dec 25 '17
·
D
Den Delimarsky
den.dev

Last.fm API For A Windows Phone App - Auth

Implementing Last.fm mobile session auth from a Windows Phone 7.5 app, including the MD5-signed parameter signature required by auth.getMobileSession.

·
May 12 '13
·
Ben Werdmuller icon
Ben Werdmuller
werd.io

HTTP signatures

It looks like I'm not the only person who likes the idea of signed HTTP requests as an authentication method. Joyent and Digital Bazaar have co-written an Internet draft for cryptographically signed HTTP requests: Several web service providers have invented their own schemes for signing HTTP requests, but to date, none have been placed in the public domain as a standard. This document serves that purpose. There are no techniques in this proposal that are novel beyond previous art, however, thi

·
May 6 '13
·
Ben Werdmuller icon
Ben Werdmuller
werd.io

Goalfinger and Mozilla Persona

A few days ago, I released Goalfinger, a simple website that aims to help you decide what to do with your life. There are three stages: First, you enter at least 30 life goals. These can be as small or large as you like - anything, really, as long as they're real goals of some kind. Be happy, get fit and get a haircut all count. Once you've added enough goals, Goalfinger makes it easy to rank them, by only showing two at a time. This poses some surprisingly interesting questions: Then, final

·
Jan 8 '13
·
Alessandro Bahgat icon
Alessandro Bahgat
abahgat.com

User authentication with webapp2 on Google App Engine

Google App Engine for Python ships with the capability to manage user accounts without the need of any additional library. This functionality is, however, insufficiently documented. This post is a step-by-step tutorial addressing user registration, login, password reset and a few other details.

·
Jan 7 '13
·