@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.js
CHANGED
|
@@ -1347,7 +1347,7 @@ var siopSendAuthorizationResponse = /* @__PURE__ */ __name(async (connectionType
|
|
|
1347
1347
|
const aud = request.authorizationRequest.getMergedProperty("aud");
|
|
1348
1348
|
logger3.debug(`AUD: ${aud}`);
|
|
1349
1349
|
logger3.debug(JSON.stringify(request.authorizationRequest));
|
|
1350
|
-
const domain = await request.authorizationRequest.getMergedProperty("client_id") ?? request.issuer ?? "https://self-issued.me/v2
|
|
1350
|
+
const domain = await request.authorizationRequest.getMergedProperty("client_id") ?? request.issuer ?? "https://self-issued.me/v2";
|
|
1351
1351
|
logger3.debug(`NONCE: ${session.nonce}, domain: ${domain}`);
|
|
1352
1352
|
const firstUniqueDC = credentials[0];
|
|
1353
1353
|
if (typeof firstUniqueDC !== "object" || !("digitalCredential" in firstUniqueDC)) {
|