diff --git a/shared/api.ts b/shared/api.ts index 41584a53f5..c0fabb4e1b 100644 --- a/shared/api.ts +++ b/shared/api.ts @@ -30,7 +30,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 31cd13b60e..82db8c4dbe 100644 --- a/shared/openId4VCI/Utils.ts +++ b/shared/openId4VCI/Utils.ts @@ -96,7 +96,7 @@ export const updateCredentialInformation = ( return { verifiableCredential: { ...credential, - wellKnown: context.selectedIssuer['.well-known'], + wellKnown: context.selectedIssuer['wellknown_endpoint'], credentialTypes: credential.credential.type ?? ['VerifiableCredential'], issuerLogo: getDisplayObjectForCurrentLanguage( context.selectedIssuer.display,