Skip to content

Commit

Permalink
Revert "breaking-change: universal links and haip are not used, openi…
Browse files Browse the repository at this point in the history
…d: is used. This fixes #383"

This reverts commit 4ab39d3.
  • Loading branch information
peppelinux committed Sep 18, 2024
1 parent 560da6e commit e79a1e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/en/remote-flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ A non-normative example of the HTTP request is represented below:
Content-Type: application/json
{
"authorization_endpoint": "openid4vp://",
"authorization_endpoint": "https://wallet-solution.digital-strategy.europa.eu/authorization",
"response_types_supported": [
"vp_token"
],
Expand Down Expand Up @@ -161,7 +161,7 @@ Below a non-normative example of the response containing the required parameters

.. code-block:: javascript
openid4vp://?client_id=...&request_uri=...&client_id_scheme=entity_id&request_uri_method=post
https://wallet-solution.digital-strategy.europa.eu/authorization?client_id=...&request_uri=...&client_id_scheme=entity_id&request_uri_method=post
The value corresponding to the `request_uri` endpoint SHOULD be randomized, according to `RFC 9101, The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR) <https://www.rfc-editor.org/rfc/rfc9101.html#section-5.2.1>`_ Section 5.2.1.

Expand All @@ -171,7 +171,7 @@ In the **Same Device Flow** the Relying Party uses an HTTP response redirect (wi
.. code:: text
HTTP/1.1 /authorization Found
Location: openid4vp://?
Location: https://wallet-solution.digital-strategy.europa.eu?
client_id=https%3A%2F%2Frelying-party.example.org%2Fcb
&request_uri=https%3A%2F%2Frelying-party.example.org%2Frequest_uri
&client_id_scheme=entity_id
Expand All @@ -191,7 +191,7 @@ Below is represented a non-normative example of the QR Code raw payload:

.. code-block:: text
openid4vp://?client_id=https%3A%2F%2Frelying-party.example.org&request_uri=https%3A%2F%2Frelying-party.example.org&client_id_scheme=entity_id&request_uri_method=post
https://wallet-solution.digital-strategy.europa.eu/authorization?client_id=https%3A%2F%2Frelying-party.example.org&request_uri=https%3A%2F%2Frelying-party.example.org&client_id_scheme=entity_id&request_uri_method=post
.. note::
The *error correction level* chosen for the QR Code MUST be Q (Quartily - up to 25%), since it offers a good balance between error correction capability and data density/space. This level of quality and error correction allows the QR Code to remain readable even if it is damaged or partially obscured.
Expand Down
2 changes: 1 addition & 1 deletion images/verifier_qr_code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e79a1e7

Please sign in to comment.