Skip to content

Conversation

Dindexx
Copy link
Contributor

@Dindexx Dindexx commented Jul 11, 2025

Short description of what this resolves:

  • WIP build for DC-API

Changes proposed in this pull request:

Fixes: #

Signed-off-by: Kevin <kevin.dinh@lissi.id>
@Dindexx Dindexx requested a review from JoTiTu July 15, 2025 07:11
@Dindexx Dindexx changed the title [WIP] Feature/DC-API Feature DC-API Jul 15, 2025
Signed-off-by: Kevin <kevin.dinh@lissi.id>
Copy link
Contributor

@JoTiTu JoTiTu left a comment

Choose a reason for hiding this comment

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

Some small remarks

var error = new InvalidRequestError("The authorization request does not match the HAIP");
return new AuthorizationRequestCancellation(responseUriOption, [error]);
}
// if (!IsHaipConform(authRequestJObject))
Copy link
Contributor

Choose a reason for hiding this comment

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

Supposed to be uncommented?

@@ -1,5 +1,6 @@
using LanguageExt;
using OneOf;
using WalletFramework.Oid4Vc.Oid4Vp.DcApi.Models;
Copy link
Contributor

Choose a reason for hiding this comment

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

unused

ClientId = clientId.Split(':')[1];
}
else
if (clientId is not null)
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldnt we make sure that the clientId is only null when we are handling a DcAPI request. Because for "normal" requests we would run into issues.

Dindexx added 2 commits July 15, 2025 16:29
Signed-off-by: Kevin <kevin.dinh@lissi.id>
Signed-off-by: Kevin <kevin.dinh@lissi.id>
Copy link
Contributor

@JoTiTu JoTiTu left a comment

Choose a reason for hiding this comment

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

LGTM

@JoTiTu JoTiTu merged commit 4582231 into main Jul 19, 2025
3 checks passed
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