You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zpangrsic-nchain
credential_configurations_supported entries do not have an id field anymore, so I assume you mean the map key of credential_configurations_supported.
I see we have been using the type (!= VerifyableCredential) which is often equal to the id. I am leaning towards adding a mapBy: 'key' | 'type' arg to not break existing implementations, but I will need to discuss internally.
There seems to be a bug with Credential Branding.
When we itterate over the credential branding as linked bellow
SSI-SDK/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts
Line 753 in c41d295
the code here:
const localeBranding: Array<IBasicCredentialLocaleBranding> | undefined = credentialBranding?.[credentialId]
wants to find a object with key referencing the
credentialId
, but theSSI-SDK/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts
Line 77 in c41d295
The above command is ran here in the OID4VCIHolder class:
SSI-SDK/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts
Line 407 in c41d295
returns an Object containing types eg:
UniversalCredential
and not the credentialId.The text was updated successfully, but these errors were encountered: