impierce / openid4vc

Rust implementation of the OpenID4VC standards. The library will offer implementations for SIOPv2, OpenID4VP and OpenID4VCI.
https://www.impierce.com
Apache License 2.0
28 stars 3 forks source link

Implement same-device flow redirection including Error Response #40

Open nanderstabel opened 1 year ago

nanderstabel commented 1 year ago

Description

The error response must be made in the same manner as defined in Section 3.1.2.6 of [OpenID.Core].In addition to the error codes defined in Section 4.1.2.1 of OAuth 2.0 and Section 3.1.2.6 of [OpenID.Core], this specification also defines the following error codes:

Motivation

Essential part of the same-device flow.

Resources

https://openid.net/specs/openid-connect-self-issued-v2-1_0.html#section-10.3 OpenID.Core]

To-do List