-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secure Area interface: support batch operations #851
Comments
I can see how it'd be useful to batch-create a bunch of keys, for example |
Some more thoughts:
|
It depends on the proof_type used in OpenID4VCI issuance:
|
Thanks for your feedback! I am wondering if it wouldn't be better to leave the decision of this to the Secure area implementation, because then it can make better decisions based on the fact it knows how many things are coming. And then it could still distribute those 100 requests on its own. For our current design of a Remote WSCD, it would be cheaper to avoid too many network calls. |
Within eIDAS, the most prominent solution currently to achieve certain privacy goals (especially RP-RP unlinkability) is to support batch-issuance of one-time credentials. If you employ a Remote WSCD, sending multiple
createKey
function calls will create multiple network calls. Therefore the proposed solution is to add batch support, particularly tocreateKey
,sign
anddelete
.The text was updated successfully, but these errors were encountered: