mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 18:45:52 +03:00
deploy: 05576f0b4b
This commit is contained in:
parent
e489513743
commit
51eda51f3f
4 changed files with 8 additions and 2 deletions
|
@ -6999,6 +6999,8 @@ Supported algorithms are listed
|
||||||
Required if <code>enabled</code> is set to true.</li>
|
Required if <code>enabled</code> is set to true.</li>
|
||||||
<li><code>subject_claim</code>: Name of the claim containing a unique identifier for the user.
|
<li><code>subject_claim</code>: Name of the claim containing a unique identifier for the user.
|
||||||
Optional, defaults to <code>sub</code>.</li>
|
Optional, defaults to <code>sub</code>.</li>
|
||||||
|
<li><code>display_name_claim</code>: Name of the claim containing the display name for the user. Optional.
|
||||||
|
If provided, the display name will be set to the value of this claim upon first login.</li>
|
||||||
<li><code>issuer</code>: The issuer to validate the "iss" claim against. Optional. If provided the
|
<li><code>issuer</code>: The issuer to validate the "iss" claim against. Optional. If provided the
|
||||||
"iss" claim will be required and validated for all JSON web tokens.</li>
|
"iss" claim will be required and validated for all JSON web tokens.</li>
|
||||||
<li><code>audiences</code>: A list of audiences to validate the "aud" claim against. Optional.
|
<li><code>audiences</code>: A list of audiences to validate the "aud" claim against. Optional.
|
||||||
|
@ -7012,6 +7014,7 @@ validation will fail without configuring audiences.</li>
|
||||||
secret: "provided-by-your-issuer"
|
secret: "provided-by-your-issuer"
|
||||||
algorithm: "provided-by-your-issuer"
|
algorithm: "provided-by-your-issuer"
|
||||||
subject_claim: "name_of_claim"
|
subject_claim: "name_of_claim"
|
||||||
|
display_name_claim: "name_of_claim"
|
||||||
issuer: "provided-by-your-issuer"
|
issuer: "provided-by-your-issuer"
|
||||||
audiences:
|
audiences:
|
||||||
- "provided-by-your-issuer"
|
- "provided-by-your-issuer"
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3340,6 +3340,8 @@ Supported algorithms are listed
|
||||||
Required if <code>enabled</code> is set to true.</li>
|
Required if <code>enabled</code> is set to true.</li>
|
||||||
<li><code>subject_claim</code>: Name of the claim containing a unique identifier for the user.
|
<li><code>subject_claim</code>: Name of the claim containing a unique identifier for the user.
|
||||||
Optional, defaults to <code>sub</code>.</li>
|
Optional, defaults to <code>sub</code>.</li>
|
||||||
|
<li><code>display_name_claim</code>: Name of the claim containing the display name for the user. Optional.
|
||||||
|
If provided, the display name will be set to the value of this claim upon first login.</li>
|
||||||
<li><code>issuer</code>: The issuer to validate the "iss" claim against. Optional. If provided the
|
<li><code>issuer</code>: The issuer to validate the "iss" claim against. Optional. If provided the
|
||||||
"iss" claim will be required and validated for all JSON web tokens.</li>
|
"iss" claim will be required and validated for all JSON web tokens.</li>
|
||||||
<li><code>audiences</code>: A list of audiences to validate the "aud" claim against. Optional.
|
<li><code>audiences</code>: A list of audiences to validate the "aud" claim against. Optional.
|
||||||
|
@ -3353,6 +3355,7 @@ validation will fail without configuring audiences.</li>
|
||||||
secret: "provided-by-your-issuer"
|
secret: "provided-by-your-issuer"
|
||||||
algorithm: "provided-by-your-issuer"
|
algorithm: "provided-by-your-issuer"
|
||||||
subject_claim: "name_of_claim"
|
subject_claim: "name_of_claim"
|
||||||
|
display_name_claim: "name_of_claim"
|
||||||
issuer: "provided-by-your-issuer"
|
issuer: "provided-by-your-issuer"
|
||||||
audiences:
|
audiences:
|
||||||
- "provided-by-your-issuer"
|
- "provided-by-your-issuer"
|
||||||
|
|
Loading…
Reference in a new issue