You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario Outline: Present Proof for multiple credentials where the one is revocable and one isn't, neither credential is revoked, fails due to requesting request-level revocation
122
+
Given we have "4" agents
123
+
| name | role | capabilities |
124
+
| Acme1 | issuer1 | <Acme1_capabilities> |
125
+
| Acme2 | issuer2 | <Acme2_capabilities> |
126
+
| Faber | verifier | <Acme1_capabilities> |
127
+
| Bob | prover | <Bob_cap> |
128
+
And "<issuer1>" and "Bob" have an existing connection
129
+
And "Bob" has an issued <Schema_name_1> credential <Credential_data_1> from "<issuer1>"
130
+
And "<issuer2>" and "Bob" have an existing connection
131
+
And "Bob" has an issued <Schema_name_2> credential <Credential_data_2> from "<issuer2>"
132
+
And "Faber" and "Bob" have an existing connection
133
+
When "Faber" sends a request for proof presentation <Proof_request> to "Bob"
Scenario Outline: Present Proof for multiple credentials where the one is revocable and one isn't, and the revocable credential is revoked
141
+
Scenario Outline: Present Proof for multiple credentials where the one is revocable and one isn't, and the revocable credential is revoked, and the proof checks for revocation and fails
Scenario Outline: Present Proof for multiple credentials where the one is revocable and one isn't, and the revocable credential is revoked, and the proof doesn't check for revocation and passes
164
+
Given we have "4" agents
165
+
| name | role | capabilities |
166
+
| Acme1 | issuer1 | <Acme1_capabilities> |
167
+
| Acme2 | issuer2 | <Acme2_capabilities> |
168
+
| Faber | verifier | <Acme1_capabilities> |
169
+
| Bob | prover | <Bob_cap> |
170
+
And "<issuer1>" and "Bob" have an existing connection
171
+
And "Bob" has an issued <Schema_name_1> credential <Credential_data_1> from "<issuer1>"
172
+
And "<issuer1>" revokes the credential
173
+
And "<issuer2>" and "Bob" have an existing connection
174
+
And "Bob" has an issued <Schema_name_2> credential <Credential_data_2> from "<issuer2>"
175
+
And "Faber" and "Bob" have an existing connection
176
+
When "Faber" sends a request with explicit revocation status for proof presentation <Proof_request> to "Bob"
0 commit comments