feat!: migrate the AAuth SDK and samples to v10 - #46
Merged
Conversation
Add the immutable draft-09 snapshot and update version tracking while retaining draft-08 as the SDK implementation target. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 493c0b70-0afb-4242-97e5-e2ada6b8de8f
Record the verified evidence map, owner scope rulings, dependency-ordered implementation plan, and append-only decision log without starting SDK changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 493c0b70-0afb-4242-97e5-e2ada6b8de8f
This commit introduces a new document outlining the minimum requirements for demonstrating end-to-end AAuth interoperability. The document details five verifiable surfaces, each building on the previous one, and provides guidance on what to verify at each stage. It serves as an informational resource and does not define normative requirements.
WIP checkpoint for the draft-10 migration. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
WIP checkpoint. Co-authored-by: ana <asmirnova@microsoft.com> 🔧 - Generated by Copilot
Keep credential validation context-aware and retain strict JSON guards. Add signed claims regressions, correct replay and endpoint guidance, and record Release and browser gates with independent review open. 🔒 - Generated by Copilot
- Correct admitted discovery and signing configuration examples - Add construction and semantic documentation regressions - Record independent acceptance and final verification evidence 🔒 - Generated by Copilot
- align all GuidedTour flows and sequence semantics - clarify staged consent and clear stale actions - add offline syntax and contrast styling - harden browser coverage and demo startup 🔧 - Generated by Copilot
- preserve polling, clarification, and termination assertions - assert exact backoff intervals through controlled delay hooks ⚡ - Generated by Copilot
This was referenced Sep 10, 2026
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
This PR vendored immutable AAuth v09 and v10 specification snapshots and migrated the SDK, R3 implementation, Events implementation, samples, tests, and documentation to the v10 specification family.
The migration made an intentional breaking alpha cutover. It removed obsolete APIs and wire formats instead of retaining compatibility aliases or dual-format parsers.
Major Changes
error_descriptionusage todetailBreaking Changes
Consumers must update removed APIs, error properties, signature encodings, algorithm identifiers, and stricter dependency-injection configuration. Persisted pre-v10 demo keys are not accepted through a compatibility fallback; versioned v10 demo state isolates the new format.
Validation
1,469core,1,079conformance,290R3, and75Events)make build: zero warnings and zero errors00The live-Keycloak gate was run locally and is not part of normal CI. The browser evidence does not establish external AAuth interoperability or production identity, transport, storage, or platform-attestation guarantees.
Review Guidance
src/AAuthsrc/AAuth.R3,src/AAuth.Events, andsamples/EventSupportRelated Issues
None