Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Aug 2, 2023
1 parent f6e75a9 commit b765c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/relying-party-solution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The payload of the QR Code is a **Base64 encoded string** based on the following
eudiw://authorize?client_id=`$client_id`&request_uri=`$request_uri`
In the Same Device Flow the parameter **client_id** and **request_uri** are the same if the ones used in the Cross Device Flow with the only difference about the url schema and the removal of the Verifier's FQDN from the URL.
In the Same Device Flow the parameter **client_id** and **request_uri** are the same if the ones used in the Cross Device Flow with the only difference about the url schema and the removal of the Verifier's FQDN from the URL.

In the Same Device Flow the Relying Party uses a HTTP response redirect (status code 302) to give to the Wallet Instance the resource where the request object is available for download, as represented in the following non-normative example:

Expand All @@ -108,7 +108,7 @@ In the Same Device Flow the Relying Party uses a HTTP response redirect (status
HTTP/1.1 /pre-authz-endpoint Found
Location: eudiw://authorize?
client_id=https%3A%2F%2Fverifier.example.org%2Fcb
&request_uri=https%3A%2F%2Fverifier.example.org%2Frequest_uri_endpoint%2Funique-session-identifier
&request_uri=https%3A%2F%2Fverifier.example.org%2Frequest_uri_endpoint
.. note::
The Same Device flow proposed in this specification is under discussion and must be considered as experimental.
Expand Down

0 comments on commit b765c1e

Please sign in to comment.