From 7a680f2565d164c8d30f4b86d22b26a447bc1f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Su=C3=B1=C3=A9?= Date: Tue, 30 Apr 2024 18:39:57 -0700 Subject: [PATCH 1/3] Tweak showcase-person proof-request to only use showcase issuer did, production IAS did MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- .../showcase-person/dev/showcase-person.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/proof-configurations/showcase-person/dev/showcase-person.json b/proof-configurations/showcase-person/dev/showcase-person.json index 710e375..b8bfaee 100644 --- a/proof-configurations/showcase-person/dev/showcase-person.json +++ b/proof-configurations/showcase-person/dev/showcase-person.json @@ -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" } ] } From 7ea5fef1b288e2c0f1cc2a53f46de8ba89d8f89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Su=C3=B1=C3=A9?= Date: Tue, 30 Apr 2024 18:40:15 -0700 Subject: [PATCH 2/3] Add generic proof-requests for SSO Pathfinder team MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- .../sso-pathfinder/dev/sso-pathfinder-1.json | 25 +++++++++++++++++ .../sso-pathfinder/dev/sso-pathfinder-2.json | 27 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json create mode 100644 proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json diff --git a/proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json b/proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json new file mode 100644 index 0000000..e957845 --- /dev/null +++ b/proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json @@ -0,0 +1,25 @@ +{ + "ver_config_id": "sso-pathfinder-1", + "subject_identifier": "", + "generate_consistent_identifier": true, + "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": [] + } +} \ No newline at end of file diff --git a/proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json b/proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json new file mode 100644 index 0000000..d34cd32 --- /dev/null +++ b/proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json @@ -0,0 +1,27 @@ +{ + "ver_config_id": "sso-pathfinder-2", + "subject_identifier": "", + "generate_consistent_identifier": true, + "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": [] + } +} \ No newline at end of file From 6ede4dca2e65f3df001b02ac0af065331bf9abb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Su=C3=B1=C3=A9?= Date: Wed, 1 May 2024 09:16:08 -0700 Subject: [PATCH 3/3] Remove consistent identifier flag from SSO proof-requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json | 2 +- proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json b/proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json index e957845..4390fb7 100644 --- a/proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json +++ b/proof-configurations/sso-pathfinder/dev/sso-pathfinder-1.json @@ -1,7 +1,7 @@ { "ver_config_id": "sso-pathfinder-1", "subject_identifier": "", - "generate_consistent_identifier": true, + "generate_consistent_identifier": false, "proof_request": { "name": "SSO Pathfinder Proof Request 1", "version": "1.0", diff --git a/proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json b/proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json index d34cd32..38423c5 100644 --- a/proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json +++ b/proof-configurations/sso-pathfinder/dev/sso-pathfinder-2.json @@ -1,7 +1,7 @@ { "ver_config_id": "sso-pathfinder-2", "subject_identifier": "", - "generate_consistent_identifier": true, + "generate_consistent_identifier": false, "proof_request": { "name": "SSO Pathfinder Proof Request 2", "version": "1.0",