-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from esune/feature/sso-proof-requests
Add proof-requests for SSO Pathfinder team sandbox
- Loading branch information
Showing
3 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
27
proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
} |