deploy: 154e23f6d7
This commit is contained in:
@@ -6918,6 +6918,14 @@ not included in <code>scopes</code>. Set to <code>userinfo_endpoint</code> to al
|
||||
userinfo endpoint.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>redirect_uri</code>: An optional string, that if set will override the <code>redirect_uri</code>
|
||||
parameter sent in the requests to the authorization and token endpoints.
|
||||
Useful if you want to redirect the client to another endpoint as part of the
|
||||
OIDC login. Be aware that the client must then call Synapse's OIDC callback
|
||||
URL (<code><public_baseurl>/_synapse/client/oidc/callback</code>) manually afterwards.
|
||||
Must be a valid URL including scheme and path.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>additional_authorization_parameters</code>: String to string dictionary that will be passed as
|
||||
additional parameters to the authorization grant URL.</p>
|
||||
</li>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3220,6 +3220,14 @@ not included in <code>scopes</code>. Set to <code>userinfo_endpoint</code> to al
|
||||
userinfo endpoint.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>redirect_uri</code>: An optional string, that if set will override the <code>redirect_uri</code>
|
||||
parameter sent in the requests to the authorization and token endpoints.
|
||||
Useful if you want to redirect the client to another endpoint as part of the
|
||||
OIDC login. Be aware that the client must then call Synapse's OIDC callback
|
||||
URL (<code><public_baseurl>/_synapse/client/oidc/callback</code>) manually afterwards.
|
||||
Must be a valid URL including scheme and path.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>additional_authorization_parameters</code>: String to string dictionary that will be passed as
|
||||
additional parameters to the authorization grant URL.</p>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user