deploy: 9a62b2d47a
This commit is contained in:
@@ -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 "admin".</p>
|
||||
jwks_uri: "https://accounts.example.com/.well-known/jwks.json"
|
||||
additional_authorization_parameters:
|
||||
acr_values: 2fa
|
||||
passthrough_authorization_parameters: ["login_hint"]
|
||||
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
@@ -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
|
||||
|
||||
@@ -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 "admin".</p>
|
||||
jwks_uri: "https://accounts.example.com/.well-known/jwks.json"
|
||||
additional_authorization_parameters:
|
||||
acr_values: 2fa
|
||||
passthrough_authorization_parameters: ["login_hint"]
|
||||
skip_verification: true
|
||||
enable_registration: true
|
||||
user_mapping_provider:
|
||||
|
||||
Reference in New Issue
Block a user