Skip to content

Commit caceb11

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-acb55f4352
2 parents 511e106 + b6f2b53 commit caceb11

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.dev/eudiplo/config/test/issuance/issuance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"authServers": ["https://kc-openid4vc.is.enmeshed.eu/realms/enmeshed-openid4vci"],
2+
"authServers": ["https://kc-openid4vc.frosch.work/realms/enmeshed-openid4vci"],
33
"batchSize": 1,
44
"dPopRequired": false,
55
"display": [

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime/test/consumption/openid4vc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ test.skip("issuance with external authentication", async () => {
123123
const resolveCredentialOfferResult = await runtimeServices1.consumption.openId4Vc.resolveCredentialOffer({ credentialOfferUrl });
124124
expect(resolveCredentialOfferResult).toBeSuccessful();
125125

126-
const server = URL.parse("https://kc-openid4vc.is.enmeshed.eu/realms/enmeshed-openid4vci")!;
126+
const server = URL.parse("https://kc-openid4vc.frosch.work/realms/enmeshed-openid4vci")!;
127127
const clientId = "wallet";
128128
const config: client.Configuration = await client.discovery(server, clientId);
129129
const grantReq = await client.genericGrantRequest(config, "password", {

0 commit comments

Comments
 (0)