Skip to content

Commit

Permalink
Merge pull request #6 from decentralised-dataexchange/fix/4-remove-li…
Browse files Browse the repository at this point in the history
…mit-disclosure-for-jwt-presentation

Fix #4: Incompatibility of  Property with JWT Credentials
  • Loading branch information
endimion authored Jun 2, 2024
2 parents 09a5695 + 6a9b6ed commit df4fbfb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 16 deletions.
6 changes: 2 additions & 4 deletions data/presentation_definition_alliance_and_education_Id.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"purpose": "We need to verify your Alliance ID credential."
}
]
},
"limit_disclosure": "required"
}
},
{
"id": "educational-id-credential",
Expand Down Expand Up @@ -68,8 +67,7 @@
"purpose": "We need to verify your Educational ID credential."
}
]
},
"limit_disclosure": "required"
}
}
]
}
3 changes: 1 addition & 2 deletions data/presentation_definition_alliance_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
}

]
},
"limit_disclosure": "required"
}
}
]
}
3 changes: 1 addition & 2 deletions data/presentation_definition_education_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
}

]
},
"limit_disclosure": "required"
}
}
]
}
3 changes: 1 addition & 2 deletions data/presentation_definition_epass.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
}

]
},
"limit_disclosure": "required"
}
}
]
}
3 changes: 1 addition & 2 deletions data/presentation_definition_ferryboardingpass.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"path": ["$.credentialSubject.vesselDescription", "$.vc.credentialSubject.vesselDescription"]
}
]
},
"limit_disclosure": "required"
}
}
]
}
3 changes: 1 addition & 2 deletions data/presentation_definition_jwt.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"path": ["$.credentialSubject.last_name","$.vc.credentialSubject.last_name"]
}
]
},
"limit_disclosure": "required"
}
}
]
}
3 changes: 1 addition & 2 deletions data/presentation_definition_pid.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@


]
},
"limit_disclosure": "required"
}
}
]
}

0 comments on commit df4fbfb

Please sign in to comment.