All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Client ID Metadata Documents (CIMD): OAuth Client Identification Using URLs

By

mooreds

6mo ago· 3 min readen

Summary

Client ID Metadata Documents (CIMD) is a new OAuth approach that allows clients to identify themselves using URLs instead of requiring pre-registration. Clients host a JSON metadata document at an HTTPS URL and use that URL as their client_id, eliminating the need for manual registration with authorization servers. This reduces friction, supports dynamic ecosystems like MCP (Model Context Protocol), and solves interoperability issues in OAuth implementations.

Key quotes

· 4 pulled
Client ID Metadata Documents (CIMD) let OAuth clients identify themselves using a URL. No preregistration necessary.
CIMD reduces friction, supports dynamic ecosystems like MCP, and eliminates interoperability headaches.
Instead of a pre-registered client ID, the client uses the URL where their metadata is hosted as their client_id.
The client creates a JSON document with their metadata and hosts it at an HTTPS URL.
Snippet from the RSS feed
Learn about Client ID Metadata Documents (CIMD) - a new OAuth approach that lets clients identify themselves using URLs instead of preregistration. Presented by Stytch.

You might also wanna read