@sphereon/ssi-sdk.siopv2-oid4vp-op-auth 0.34.1-feature.SSISDK.57.uni.client.203 → 0.34.1-feature.SSISDK.57.uni.client.205
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +22 -22
- package/src/services/Siopv2MachineService.ts +1 -2
package/dist/index.cjs
CHANGED
|
@@ -1404,7 +1404,7 @@ var siopSendAuthorizationResponse = /* @__PURE__ */ __name(async (connectionType
|
|
|
1404
1404
|
const aud = request.authorizationRequest.getMergedProperty("aud");
|
|
1405
1405
|
logger3.debug(`AUD: ${aud}`);
|
|
1406
1406
|
logger3.debug(JSON.stringify(request.authorizationRequest));
|
|
1407
|
-
const domain = await request.authorizationRequest.getMergedProperty("client_id") ?? request.issuer ?? "https://self-issued.me/v2
|
|
1407
|
+
const domain = await request.authorizationRequest.getMergedProperty("client_id") ?? request.issuer ?? "https://self-issued.me/v2";
|
|
1408
1408
|
logger3.debug(`NONCE: ${session.nonce}, domain: ${domain}`);
|
|
1409
1409
|
const firstUniqueDC = credentials[0];
|
|
1410
1410
|
if (typeof firstUniqueDC !== "object" || !("digitalCredential" in firstUniqueDC)) {
|