This commit is contained in:
anoadragon453
2025-05-06 12:33:10 +00:00
parent 7d3c953434
commit 835981541c
5 changed files with 14 additions and 4 deletions

View File

@@ -1869,7 +1869,7 @@ v1.61.0.</p>
<tr><td>v1.85.0 v1.91.2</td><td>v1.83.0</td></tr>
<tr><td>v1.92.0 v1.97.0</td><td>v1.90.0</td></tr>
<tr><td>v1.98.0 v1.105.0</td><td>v1.96.0</td></tr>
<tr><td>v1.105.1 v1.128.0</td><td>v1.100.0</td></tr>
<tr><td>v1.105.1 v1.129.0</td><td>v1.100.0</td></tr>
</tbody></table>
<h2 id="upgrading-from-a-very-old-version"><a class="header" href="#upgrading-from-a-very-old-version">Upgrading from a very old version</a></h2>
<p>You need to read all of the upgrade notes for each version between your current
@@ -6941,6 +6941,10 @@ Must be a valid URL including scheme and path.</p>
additional parameters to the authorization grant URL.</p>
</li>
<li>
<p><code>passthrough_authorization_parameters</code>: List of parameters that will be passed through from the redirect endpoint
to the authorization grant URL.</p>
</li>
<li>
<p><code>allow_existing_users</code>: set to true to allow a user logging in via OIDC to
match a pre-existing account instead of failing. This could be used if
switching from password logins to OIDC. Defaults to false.</p>
@@ -7074,6 +7078,7 @@ claim MUST contain &quot;admin&quot;.</p>
jwks_uri: &quot;https://accounts.example.com/.well-known/jwks.json&quot;
additional_authorization_parameters:
acr_values: 2fa
passthrough_authorization_parameters: [&quot;login_hint&quot;]
skip_verification: true
enable_registration: true
user_mapping_provider:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -267,7 +267,7 @@ v1.61.0.</p>
<tr><td>v1.85.0 v1.91.2</td><td>v1.83.0</td></tr>
<tr><td>v1.92.0 v1.97.0</td><td>v1.90.0</td></tr>
<tr><td>v1.98.0 v1.105.0</td><td>v1.96.0</td></tr>
<tr><td>v1.105.1 v1.128.0</td><td>v1.100.0</td></tr>
<tr><td>v1.105.1 v1.129.0</td><td>v1.100.0</td></tr>
</tbody></table>
<h2 id="upgrading-from-a-very-old-version"><a class="header" href="#upgrading-from-a-very-old-version">Upgrading from a very old version</a></h2>
<p>You need to read all of the upgrade notes for each version between your current

View File

@@ -3232,6 +3232,10 @@ Must be a valid URL including scheme and path.</p>
additional parameters to the authorization grant URL.</p>
</li>
<li>
<p><code>passthrough_authorization_parameters</code>: List of parameters that will be passed through from the redirect endpoint
to the authorization grant URL.</p>
</li>
<li>
<p><code>allow_existing_users</code>: set to true to allow a user logging in via OIDC to
match a pre-existing account instead of failing. This could be used if
switching from password logins to OIDC. Defaults to false.</p>
@@ -3365,6 +3369,7 @@ claim MUST contain &quot;admin&quot;.</p>
jwks_uri: &quot;https://accounts.example.com/.well-known/jwks.json&quot;
additional_authorization_parameters:
acr_values: 2fa
passthrough_authorization_parameters: [&quot;login_hint&quot;]
skip_verification: true
enable_registration: true
user_mapping_provider: