Skip to content

Commit b6f2b53

Browse files
Change oid4vc keycloak url in tests (#1086)
* chore: change url in issuance.json * chore: change url in openid4vc.test.ts * chore: npm audit fix --------- Co-authored-by: Milena-Czierlinski <milena.czierlinski@js-soft.com>
1 parent 787a9b4 commit b6f2b53

3 files changed

Lines changed: 8 additions & 6 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: 6 additions & 4 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)