docs: add wallet attestation and verifier identity trust guides#54
Open
leifj wants to merge 1 commit into
Open
docs: add wallet attestation and verifier identity trust guides#54leifj wants to merge 1 commit into
leifj wants to merge 1 commit into
Conversation
New documentation for trust & identity in the SIROS ID ecosystem: - docs/sirosid/trust/wallet-attestation.md: How wallets authenticate to issuers using OAuth 2.0 Attestation-Based Client Authentication (WIA + Key Attestation PoP), with PDP trust delegation - docs/sirosid/trust/verifier-identity.md: How verifiers identify themselves to wallets (x509_san_dns, did:web) and participate in OpenID Federation for trust chain resolution Covers: - WIA vs Key Attestation distinction and wire format - Spec references (draft-ietf-oauth-attestation-based-client-auth, OID4VCI §6, RFC 9126, RFC 9449) - Go-Trust PDP configuration (oidfed + whitelist registries) - Verifier client_id_scheme configuration - Federation entity configuration endpoint - Security model (PKCE + DPoP + PDP)
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.
Adds two new pages to the Trust section of developers.siros.org:
Wallet Attestation (
sirosid/trust/wallet-attestation.md)Verifier Identity (
sirosid/trust/verifier-identity.md)x509_san_dns(default) anddid(did:web)/.well-known/did.json/.well-known/openid-federationContext
These docs cover the features implemented in SUNET/vc PRs #514 (federation), #515 (DID identity), and #516 (wallet attestation).