Skip to content

Implement basic unit/instance attestation#487

Open
md4096 wants to merge 1 commit intodevelopfrom
feature/wia-wua
Open

Implement basic unit/instance attestation#487
md4096 wants to merge 1 commit intodevelopfrom
feature/wia-wua

Conversation

@md4096
Copy link
Collaborator

@md4096 md4096 commented Jan 21, 2026

@md4096 md4096 force-pushed the feature/wia-wua branch 2 times, most recently from c4550f7 to 8130d1d Compare February 4, 2026 13:44
@nodh
Copy link
Member

nodh commented Feb 12, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c4d86a20b1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@md4096 md4096 marked this pull request as ready for review February 19, 2026 09:39
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@md4096 md4096 force-pushed the feature/wia-wua branch 2 times, most recently from 5657425 to e46e847 Compare February 19, 2026 09:59
@nodh
Copy link
Member

nodh commented Feb 19, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e46e847869

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@md4096 md4096 force-pushed the feature/wia-wua branch 2 times, most recently from 38b704f to 49bf8e8 Compare February 20, 2026 09:44
@nodh
Copy link
Member

nodh commented Feb 20, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0f5965ae9f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@md4096 md4096 force-pushed the feature/wia-wua branch 4 times, most recently from dda5b98 to 11d743e Compare February 20, 2026 15:02
@nodh nodh added this to the 5.12.0 milestone Feb 24, 2026
@md4096 md4096 requested a review from nodh February 27, 2026 09:41
@md4096 md4096 force-pushed the feature/wia-wua branch from d5f0206 to b7e42e8 Compare March 3, 2026 09:51
@nodh
Copy link
Member

nodh commented Mar 11, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b7e42e8e1d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 368 to 369
} ?: credentialFormat.supportedProofTypes?.get(ProofTypes.ATTESTATION)?.let {
createCredentialRequestProofAttestation(clientNonce, it.supportedSigningAlgorithms)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Wire unit attestation into attestation-only proof flow

When metadata exposes only proof_types_supported.attestation, createCredentialRequestProof calls createCredentialRequestProofAttestation(clientNonce, it.supportedSigningAlgorithms) without forwarding unitAttestationPop, so the method falls back to deprecated loadKeyAttestation. This means clients that migrated to the new loadUnitAttestationPop callback still fail with Key attestation required, none provided against attestation-only issuers.

Useful? React with 👍 / 👎.

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@nodh
Copy link
Member

nodh commented Mar 13, 2026

@codex review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants