Advantage of VPP #65
Answered
by
jimmarino
sebplorenz
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
jimmarino
Aug 27, 2024
Replies: 1 comment 2 replies
-
There's a variety of considerations that led to the decision for a separate protocol. The user interaction that OID4VP demands is a no-go for scalable machine-to-machine scenarios. The DCP closes this gap and actually borrows a lot of concepts from OID4VP. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenID must involve end-user interaction; there is no way around that. Our design center is asynchronous, machine-to-machine interactions, which are very different from end-user interactions at a technical and requirements level. DCP is based on many of the same standards as OpenID. Given that, there is no benefit (and numerous impediments) in emulating the interaction flows specified by OpenID.
The referenced flow is only a sequence diagram with limited details, not something we could base our work on. However, we investigated similar flows and determined they were overly complicated for our use cases and did not bring value. For example, the flow requires an authentication server, which…