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
<td class="govuk-table__cell">The <a class="govuk-link" href="https://oauth.net/2/pkce/">PKCE</a> <code class="code--slim">code_challenge</code> used to ensure that the subsequently-issued access token is not intercepted.</td>
178
+
<td class="govuk-table__cell">The <a class="govuk-link" href="https://oauth.net/2/pkce/">PKCE</a> <code class="code--slim">code_challenge</code> is used to ensure that the subsequently-issued access token is not intercepted. This is mandatory if <code class="code--slim">code_challenge_method</code> is provided.</td>
<td class="govuk-table__cell">The <a class="govuk-link" href="https://oauth.net/2/pkce/">PKCE</a> <code class="code--slim">code_challenge_method</code> used to transform the code_verifier to the code_challenge. This must have a value of <code class="code--slim">S256</code>.</td>
182
+
<td class="govuk-table__cell">The <a class="govuk-link" href="https://oauth.net/2/pkce/">PKCE</a> <code class="code--slim">code_challenge_method</code> is used to transform the code_verifier to the code_challenge. This must have a value of <code class="code--slim">S256</code>. This is mandatory if <code class="code--slim">code_challenge</code> is provided.</td>
<td class="govuk-table__cell">This is mandatory if <code class="code--slim">code_challenge</code> was provided in the call to <code class="code--slim">/authorize.</code></td>
424
+
<td class="govuk-table__cell">The <a class="govuk-link" href="https://oauth.net/2/pkce/">PKCE</a> <code class="code--slim">code_verifier</code> is mandatory if <code class="code--slim">code_challenge</code> was provided in the call to <code class="code--slim">/authorize</code>.</td>
0 commit comments