{{ message }}
(docs): Update authorization guide - #2155
Closed
localden wants to merge 29 commits into
Closed
Conversation
🏠 Remote-Dev: homespace
Move MCP Server Setup code examples (TS/Python/C#) to a standalone top-level section before both testing sections, since the server code is registration-agnostic. Add CIMD discovery field to AS metadata example, expand CIMD testing section with reachability requirements and common issues, and clarify public accessibility constraints. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Include the scope parameter in the WWW-Authenticate header example and explain the scope selection strategy fallback behavior. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Reorganize the CIMD and DCR testing sections under a new umbrella section. Replace the generic CIMD instructions with a detailed end-to-end walkthrough using Stytch as the identity provider, covering AS metadata, proxy setup, and common pitfalls. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add BankTools class definition to C# CIMD sample so it's self-contained - Add Write the MCP Server subsection to DCR with full TypeScript and C# examples using Keycloak - CIMD uses read:account scope, DCR uses mcp:tools scope, both internally consistent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ples Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace Mintlify Steps with proper guide sections (Stytch Setup, Write the MCP Server, Testing with CIMD) and add placeholder image frames for dashboard screenshots. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Stytch scopes are built on the RBAC system (Resources → Actions → Permissions → Scopes), not a simple "Connected Apps → Scopes" menu. Updated instructions to walk through creating a Resource and Scope in the RBAC dashboard, fixed broken docs link, and removed reference to nonexistent screenshot. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The stytch-authorized-apps.png and stytch-login.png screenshots don't exist yet, causing broken link lint errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
localden
marked this pull request as draft
March 15, 2026 18:22
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Updating authorization guide with instructions for CIMD, given that we're now using that as the de-facto standard instead of DCR.