Kristina

Results 121 issues of Kristina

JWTs use `iat` for the issuance time, not `nbf`. If `nbf` was chosen because `issuanceDate` definition is "the date and time the credential becomes valid, which could be a date...

[Credentials section](https://www.w3.org/TR/vc-data-model/#credentials) says that "the basic components of a verifiable credential" are credential metadata, claims, and proofs. From the implementation experience, one gap is the absence of "claims metadata". Not...

discuss

[Section 4.3 Types](https://www.w3.org/TR/vc-data-model/#types) states that type information is used "to determine whether or not a provided verifiable credential or verifiable presentation is appropriate." Could you please clarify concrete elements that...

editorial

Could we please give commit `1f82822` a version (v0.1 for example) and publish it on a DIF website? Microsoft is using this specification in production and we would like to...

artifact: spec
attr: further-clarification-needed
stage: motion to close

Can registered JWT claim names be used? if so, how? For example, if I want to include issuance date and expiration date in JWP, should I use a header to...

In did-siop profile, sub_jwk claim in SIOP response must contain a kid that is a DID URL referring to the verification method in the SIOP’s DID Document. Based on OIDC...

How would a Verifier indicate whether holder binding is needed for a particular requested VC? This section is limited to explaining various holder binding mechanisms: https://identity.foundation/presentation-exchange/#holder-and-subject-binding `is_holder` only allows verifier...

last-call
further clarification needed

How can I express "Present as many credentials of type 'foobar' that you have in your wallet" using PE? my understanding is that it's not possible - would be good...

How is [section 8.2](https://identity.foundation/presentation-exchange/#holder-and-subject-binding) on Holder and Subject binding relevant to PE? there is a use case where verifier is requesting to perform a biometric based holder binding using a...

Does PE allow profiles, trust frameworks, implementations to define their own properties which others can ignore if do not understand? just like JWT claims? Or does it say that only...