Skip to content

Conversation

berendsliedrecht
Copy link
Member

@berendsliedrecht berendsliedrecht commented Jul 30, 2024

  • Draft as we only support openidtokenissuer as DID, and we want to use JWK here.

@berendsliedrecht berendsliedrecht marked this pull request as draft July 30, 2024 13:43
@berendsliedrecht berendsliedrecht force-pushed the fix-presentation branch 2 times, most recently from 1a2a23a to 9934d48 Compare July 30, 2024 13:51
@berendsliedrecht berendsliedrecht marked this pull request as ready for review August 1, 2024 15:06
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
@berendsliedrecht berendsliedrecht mentioned this pull request Aug 2, 2024

setReceivedCredentials(await receiveOffer(receiveCredentialOfferUri))
if (!receiveCredentialOfferOrPresentationUri) return
if (receiveCredentialOfferOrPresentationUri.startsWith('openid-credential-offer://')) {
Copy link
Member

Choose a reason for hiding this comment

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

I would not check based on the scheme, as we for paradym use https://paradym.id so we can use deep linking. And e.g. HAIP uses As a way to invoke the Wallet, at least a custom URL scheme haip:// MUST be supported.

So i think we should check whether credential_offer or credential_offer_uri params are present and extract those. That is the most robust method I think

Copy link
Member

Choose a reason for hiding this comment

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

Can't open an issue for this as we're in a fork

@TimoGlastra TimoGlastra merged commit 2d9762c into main Aug 3, 2024
TimoGlastra pushed a commit that referenced this pull request Nov 25, 2024
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
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