-
Notifications
You must be signed in to change notification settings - Fork 47
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
Potentially improper format for workflow createAuthorizationRequest
step property
#456
Comments
createAuthorizationRequest
propertycreateAuthorizationRequest
step property
No, it actually is correct as a string. The value identifies the name of the variable (in |
Ah OK, where the "auto-generated authorization request" is an OID4V* authorization request? Also, I think that we should update both the description of this property as well as the name of the property itself. Since we have another step-level |
Yeah, that's right. The We could flush out how to integrate VC API exchanges with OID4VP a bit more in the spec so how to generate a compliant authorization request is more clear. Historically, the OID4VP spec was going through significant flux -- so that we didn't want to write anything down that would just need to be later revised or that would entrench improper implementations. But, it seems that may have settled at this point so we could proceed.
We could consider doing this, though it will affect existing implementations. |
The group discussed this on the 2025-02-25 telecon: A PR should be raised that explains what the value of the |
I noticed that the
createAuthorizationRequest
property inworkflow.steps[STEP_NAME].openId.createAuthorizationRequest
found in the workflow creation request and response as well as the workflow retrieval response is specified as a string. I believe that this should be a boolean. Is that correct?The text was updated successfully, but these errors were encountered: