Skip to content

docs: fix authentication header inconsistency#692

Merged
bokelley merged 1 commit into
mainfrom
bokelley/fix-auth-docs
Jan 10, 2026
Merged

docs: fix authentication header inconsistency#692
bokelley merged 1 commit into
mainfrom
bokelley/fix-auth-docs

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

Removed the incorrect x-adcp-auth header reference from the protocol documentation and standardized on Bearer token authentication consistent with the MCP specification. Simplified authentication documentation to remove implementation details that don't belong in the protocol spec.

Changes

  • Replace x-adcp-auth header with standard Authorization: Bearer header
  • Remove implementation-specific details (tenant_id, database tables, audit logging implementation)
  • Simplify to protocol-level security requirements (MUST/SHOULD statements for implementers)
  • Add test agent configuration example consistent with testing documentation

Testing

All existing tests pass. Documentation validation confirms no broken links or accessibility issues.

- Remove incorrect x-adcp-auth header from principals-and-security.mdx
- Use standard Authorization: Bearer header (consistent with MCP spec)
- Remove implementation details from protocol security docs
- Simplify authentication.mdx to Bearer tokens only
- Add test agent config example consistent with testing.mdx

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley merged commit 2d48e75 into main Jan 10, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant