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
[1] In the protocol, since the client_id_scheme parameter namespaces the client_id, it should appear everywhere where client_id appears :
Everywhere where a party checks a client id (especially the AS and the client), it must check the tuple (client_id, client_id_scheme) instead. This also applies if client_id_scheme is not used by one of the parties (in which case client_id_scheme must be replaced by, e.g., null).
https://github.com/EWC-consortium/ewc-wallet-conformance-backend/blob/staging/routes/verifierRoutes.js
5. Authorization Request
The text was updated successfully, but these errors were encountered: