Skip to content

Commit

Permalink
Merge pull request #204 from esune/feature/sso-proof-requests
Browse files Browse the repository at this point in the history
Add proof-requests for SSO Pathfinder team sandbox
  • Loading branch information
WadeBarnes authored May 1, 2024
2 parents 7311d1c + 6ede4dc commit 864b0c6
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 6 deletions.
8 changes: 2 additions & 6 deletions proof-configurations/showcase-person/dev/showcase-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@
"restrictions": [
{
"schema_name": "Person",
"issuer_did": "L6ASjmDDbDH7yPL1t2yFj9"
},
{
"schema_name": "Person",
"issuer_did": "QEquAHkM35w4XVT3Ku5yat"
"issuer_did": "M6dhuFj5UwbhWkSLmvYSPc"
},
{
"schema_name": "Person",
"issuer_did": "M6dhuFj5UwbhWkSLmvYSPc"
"issuer_did": "RGjWbW1eycP7FrMf4QJvX8"
}
]
}
Expand Down
25 changes: 25 additions & 0 deletions proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"ver_config_id": "sso-pathfinder-1",
"subject_identifier": "",
"generate_consistent_identifier": false,
"proof_request": {
"name": "SSO Pathfinder Proof Request 1",
"version": "1.0",
"requested_attributes": [
{
"names": [
"given_name",
"given_names",
"family_name",
"country"
],
"restrictions": [
{
"issuer_did": "KStpBJeuwwouK289zCM6gr"
}
]
}
],
"requested_predicates": []
}
}
27 changes: 27 additions & 0 deletions proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"ver_config_id": "sso-pathfinder-2",
"subject_identifier": "",
"generate_consistent_identifier": false,
"proof_request": {
"name": "SSO Pathfinder Proof Request 2",
"version": "1.0",
"requested_attributes": [
{
"names": [
"given_names",
"family_name",
"locality",
"region",
"postal_code",
"street_address"
],
"restrictions": [
{
"issuer_did": "KStpBJeuwwouK289zCM6gr"
}
]
}
],
"requested_predicates": []
}
}

0 comments on commit 864b0c6

Please sign in to comment.