Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 26, 2023
1 parent ee15661 commit 6624abf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
Binary file modified samedev/en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified samedev/en/.doctrees/relying-party-solution.doctree
Binary file not shown.
5 changes: 2 additions & 3 deletions samedev/en/_sources/relying-party-solution.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,10 @@ 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 URL is provided as described in the previous section, where the parameter **client_id** and **request_uri** are the same if the ones used in the Cross Device Flow and the only difference if in the url schema and in the removal of the Verifier's FQDN
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.

This Same Device Flow utilizes HTTP redirects to finalize the authorization phase and obtain Verifiable Presentation(s).
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:

The Relying Party produces the URL to be provided to the Wallet Instance using a HTTP 302 response (redirect), as represented in the following non-normative example:

.. code:: text
Expand Down
5 changes: 2 additions & 3 deletions samedev/en/relying-party-solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -1110,9 +1110,8 @@ <h2>Authorization Request Details<a class="headerlink" href="#authorization-requ
<div class="highlight-javascript notranslate"><div class="highlight"><pre><span></span><span class="nx">eudiw</span><span class="o">:</span><span class="c1">//authorize?client_id=`$client_id`&amp;request_uri=`$request_uri`</span><span class="w"></span>
</pre></div>
</div>
<p>In the Same Device Flow the URL is provided as described in the previous section, where the parameter <strong>client_id</strong> and <strong>request_uri</strong> are the same if the ones used in the Cross Device Flow and the only difference if in the url schema and in the removal of the Verifier's FQDN</p>
<p>This Same Device Flow utilizes HTTP redirects to finalize the authorization phase and obtain Verifiable Presentation(s).</p>
<p>The Relying Party produces the URL to be provided to the Wallet Instance using a HTTP 302 response (redirect), as represented in the following non-normative example:</p>
<p>In the Same Device Flow the parameter <strong>client_id</strong> and <strong>request_uri</strong> 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.</p>
<p>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:</p>
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>HTTP/1.1 /pre-authz-endpoint Found
Location: https://verifier.example.org/request_uri_endpoint?
client_id=https%3A%2F%2Fverifier.example.org%2Fcb
Expand Down
2 changes: 1 addition & 1 deletion samedev/en/searchindex.js

Large diffs are not rendered by default.

Binary file modified samedev/it/.doctrees/environment.pickle
Binary file not shown.

0 comments on commit 6624abf

Please sign in to comment.