diff --git a/shared/api.ts b/shared/api.ts index aff7cba0..509b32b8 100644 --- a/shared/api.ts +++ b/shared/api.ts @@ -29,7 +29,7 @@ export const API_URLS: ApiUrls = { issuerWellknownConfig: { method: 'GET', buildURL: (issuerId: string): `/${string}` => - `/v1/mimoto/issuers/${issuerId}/.well-known`, + `/v1/mimoto/issuers/${issuerId}/well-known-proxy`, }, allProperties: { method: 'GET', diff --git a/shared/openId4VCI/Utils.ts b/shared/openId4VCI/Utils.ts index ca39df40..f4064dba 100644 --- a/shared/openId4VCI/Utils.ts +++ b/shared/openId4VCI/Utils.ts @@ -93,7 +93,7 @@ export const updateCredentialInformation = ( return { verifiableCredential: { ...credential, - wellKnown: context.selectedIssuer['.well-known'], + wellKnown: context.selectedIssuer['wellknown_endpoint'], credentialConfigurationId: context.selectedCredentialType.id, issuerLogo: getDisplayObjectForCurrentLanguage( context.selectedIssuer.display,