Document the certificate request-attributes epic - #340
Open
klaraf755 wants to merge 15 commits into
Open
Conversation
Documents the request-attributes feature end to end across concept, settings, quick-start, protocol, and contributor pages: - Request Attribute concept page and platform-level Request Attributes settings; RA Profile request-attribute authoring and external-CSR validation (OmniTrustILM#310). - Custom certificate extensions in the OID registry: OID categories, the Certificate Extension category (Default Critical, Value Encoding incl. the BitString limitation), and the system OID listing (OmniTrustILM#311). - Platform-key issuance and certificate pre-registration: the Add Certificate form, the register-certificate quick start, the Pending Registration and Registered states, the Certificate registered event, and registration platform defaults (OmniTrustILM#312). - Authority Provider v3, the structured requestContent wire contract, and the fieldMapping/valueSource attribute model (OmniTrustILM#313). - Request-attribute validation semantics and per-protocol error mapping for ACME, CMP, and SCEP (OmniTrustILM#314). Closes OmniTrustILM#309 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot: - Fix subject/verb agreement in issue-certificate intro (represent/of) - Remove double slash in commented placeholder URL (operations/authorities) - Match certificate state label casing (Pending Registration) - Add missing /api prefix to the completion-endpoint snippet Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…attribute docs - Authority Provider v3 is now the full standalone page: process sections and sequence diagrams (connector-side operation links omitted until the v3 OpenAPI spec is published), a new Register flow, and asynchronous operation semantics tied to the capability flags. - Authority Provider v2 slims down to an overview that defers to v3 for the shared processes, with a compared-to-v3 delta list. Inbound links now point to v3 as the current interface. - One canonical home per explanation: set resolution lives on the Request Attribute concept page, validation checks on the RA Profile page; other pages link instead of restating. - Drop the operator-facing "Value provenance" section (the authoring UI has no such control); trim the SAN type enumeration on the concept page. - Renumber provider-interface sidebar positions to whole numbers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was
linked to
issues
Jul 30, 2026
Open
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.
Closes #309
Based from #332