feat: 2026-09-25 Formal submission of security profile proposal to SIG - #54
Open
SensibleWood wants to merge 3 commits into
Open
SensibleWood wants to merge 3 commits into
SensibleWood wants to merge 3 commits into
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
SensibleWood
marked this pull request as ready for review
September 25, 2026 16:37
3 tasks
Author
@handrews bringing this request over here from the informal review PR. I will act on it, but not today. |
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.
Summary
Adds
proposals/2026-09-25-Security-Profiles.md, a proposal for decoupling security requirements from the core OpenAPI Specification so that complex, profile-based security models — starting with FAPI 2.0 and GNAP — can be described explicitly and deterministically, rather than approximated through today's Security Scheme / OAuth Flow objects.The core problem: OAuth Flow Objects require a fixed, static metadata footprint (
tokenUrl,authorizationUrl, etc.) that duplicates the real source of truth (OAuth Server Metadata / OIDC Discovery), risks drift, and has no room to express the additional constraints that profiles like FAPI 2.0 layer on top of plain OAuth 2.0.Proposed approach
A three-layer model, each layer with a clear owner:
Highlights:
implementsproperty, used consistently across objects to point at the underlying RFC, BCP, or Security Profile an object instance conforms to — giving both humans and agentic tooling a deterministic hook back to the source of truth.What feedback is most useful right now
implementsproperty the right mechanism for signaling RFC/profile compliance?Checklist
🤖 Generated with Claude Code