Conversation
Signed-off-by: nodirbek.parpibaev <nodirbek.parpibaev@dsr-corporation.com>
Signed-off-by: nodirbek.parpibaev <nodirbek.parpibaev@dsr-corporation.com>
Signed-off-by: nodirbek.parpibaev <nodirbek.parpibaev@dsr-corporation.com>
Signed-off-by: nodirbek.parpibaev <nodirbek.parpibaev@dsr-corporation.com>
heka-identity-service-web-ui/src/entities/Presentation/model/utils/presentation-request.ts
Outdated
Show resolved
Hide resolved
heka-identity-service-web-ui/src/entities/Presentation/model/utils/presentation-request.ts
Outdated
Show resolved
Hide resolved
heka-identity-service-web-ui/src/entities/Schema/model/utils/schema.ts
Outdated
Show resolved
Hide resolved
| method: 'did', | ||
| did: registration.did, | ||
| }, | ||
| dcql: { |
There was a problem hiding this comment.
Let's use presentationExchange here (same approach with inputDescriptors as below).
There was a problem hiding this comment.
Looks good, but I think we can use the same approach with defining inputDescriptors variable and using global return statement?
heka-identity-service/src/openid4vc/issuance-sessions/dto/credential-offer.dto.ts
Show resolved
Hide resolved
heka-identity-service/src/openid4vc/issuer/dto/common/credential.ts
Outdated
Show resolved
Hide resolved
| did: string | ||
| didUrl: string | ||
| did?: string | ||
| didUrl?: string |
There was a problem hiding this comment.
I think that we may want to continue to use explicit issuer DID for mDoc, but in this case we'll need to create an issuer certificate from publicJwk extracted from DID Document...
See example from Credo tests.
In the example, a new key is created by KMS, but we should be able to get a publicJwk from existing key bound to chosen issuer DID.
Another important factor here is that we shouldn't use the same issuer certificate for each tenant (individual issuer) and should at least have certificate per-tenant...
The ideal scenario would be to use issuer DID of course.
We can discuss this in person, if needed.
Signed-off-by: nodirbek.parpibaev <nodirbek.parpibaev@dsr-corporation.com>
Signed-off-by: nodirbek.parpibaev <nodirbek.parpibaev@dsr-corporation.com>
Signed-off-by: nodirbek.parpibaev <nodirbek.parpibaev@dsr-corporation.com>
Signed-off-by: nodirbek.parpibaev <nodirbek.parpibaev@dsr-corporation.com>
Signed-off-by: nodirbek.parpibaev <nodirbek.parpibaev@dsr-corporation.com>
Added support for mDL in heka-identity-service and web-ui