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 May 13, 2024
1 parent d023c49 commit bd3c3c4
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 10 deletions.
Binary file modified versione-corrente/en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified versione-corrente/en/.doctrees/relying-party-solution.doctree
Binary file not shown.
Binary file modified versione-corrente/en/.doctrees/remote-flow.doctree
Binary file not shown.
4 changes: 1 addition & 3 deletions versione-corrente/en/_sources/remote-flow.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ The Relying Party issues the signed Request Object, where a non-normative exampl
{
"alg": "ES256",
"typ": "JWT",
"kid": "e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47",
"trust_chain": [
"MIICajCCAdOgAwIBAgIC...awz",
"MIICajCCAdOgAwIBAgIC...2w3",
Expand Down Expand Up @@ -494,8 +493,7 @@ Below is a non-normative example of the ``vp_token`` decoded content, represente
{
"alg": "ES256",
"typ": "JWT",
"kid": "e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47"
"typ": "JWT"
}
.
{
Expand Down
4 changes: 1 addition & 3 deletions versione-corrente/en/relying-party-solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,6 @@ <h3>Request URI Response<a class="headerlink" href="#request-uri-response" title
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>{
&quot;alg&quot;: &quot;ES256&quot;,
&quot;typ&quot;: &quot;JWT&quot;,
&quot;kid&quot;: &quot;e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47&quot;,
&quot;trust_chain&quot;: [
&quot;MIICajCCAdOgAwIBAgIC...awz&quot;,
&quot;MIICajCCAdOgAwIBAgIC...2w3&quot;,
Expand Down Expand Up @@ -1572,8 +1571,7 @@ <h3>Authorization Response Details<a class="headerlink" href="#authorization-res
<p>Below is a non-normative example of the <code class="docutils literal notranslate"><span class="pre">vp_token</span></code> decoded content, represented in the form of JWS header and payload, separated by a period:</p>
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>{
&quot;alg&quot;: &quot;ES256&quot;,
&quot;typ&quot;: &quot;JWT&quot;,
&quot;kid&quot;: &quot;e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47&quot;
&quot;typ&quot;: &quot;JWT&quot;
}
.
{
Expand Down
4 changes: 1 addition & 3 deletions versione-corrente/en/remote-flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,6 @@ <h2>Request URI Response<a class="headerlink" href="#request-uri-response" title
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>{
&quot;alg&quot;: &quot;ES256&quot;,
&quot;typ&quot;: &quot;JWT&quot;,
&quot;kid&quot;: &quot;e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47&quot;,
&quot;trust_chain&quot;: [
&quot;MIICajCCAdOgAwIBAgIC...awz&quot;,
&quot;MIICajCCAdOgAwIBAgIC...2w3&quot;,
Expand Down Expand Up @@ -1558,8 +1557,7 @@ <h2>Authorization Response Details<a class="headerlink" href="#authorization-res
<p>Below is a non-normative example of the <code class="docutils literal notranslate"><span class="pre">vp_token</span></code> decoded content, represented in the form of JWS header and payload, separated by a period:</p>
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>{
&quot;alg&quot;: &quot;ES256&quot;,
&quot;typ&quot;: &quot;JWT&quot;,
&quot;kid&quot;: &quot;e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47&quot;
&quot;typ&quot;: &quot;JWT&quot;
}
.
{
Expand Down
2 changes: 1 addition & 1 deletion versione-corrente/en/searchindex.js

Large diffs are not rendered by default.

Binary file modified versione-corrente/it/.doctrees/environment.pickle
Binary file not shown.

0 comments on commit bd3c3c4

Please sign in to comment.