Skip to content

Commit 537cd6a

Browse files
authored
Merge pull request #40 from christiand93/remove-exchange-key
Remove saml.exchange_key parameter
2 parents 5aca469 + a01f6d4 commit 537cd6a

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

docs/configuration-parameters-1830bca.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -700,28 +700,6 @@ String
700700

701701
The private key used to sign the requests. Valid base64 encoded and PKCS8 format of private key.
702702

703-
</td>
704-
</tr>
705-
<tr>
706-
<td valign="top">
707-
708-
exchange\_key
709-
710-
</td>
711-
<td valign="top">
712-
713-
No
714-
715-
</td>
716-
<td valign="top">
717-
718-
String
719-
720-
</td>
721-
<td valign="top">
722-
723-
Key to sign tokens. Provide a *random* key with an *even number \(min. length: 32\)* of *alphanumeric characters \(A-Z, a-z, 0-9\)*. A random key is generated if the key isn't provided.
724-
725703
</td>
726704
</tr>
727705
</table>

docs/prerequisites-41d8559.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ Parameterization
132132
"entity_id": "",
133133
"signature_private_key": "",
134134
"signature_private_key_password": ""
135-
},
136-
"exchange_key": ""
135+
}
137136
}
138137

139138
```
@@ -166,13 +165,6 @@ Set `admin_group` from Configure a SAML 2.0 application step.
166165
167166
Set `sp.signature_private_key` and `sp.signature_private_key_password` if you selected OPTION 1 in the Configure SAML 2.0 application step.
168167
169-
</td>
170-
</tr>
171-
<tr>
172-
<td valign="top">
173-
174-
Add `exchange_key` to sign tokens, or remove line. Provide a random key with an even character length \(minimum length: 32\) of alphanumeric characters \(A-Z, a-z, 0-9\). The system generates a random key if the key is not specified.
175-
176168
</td>
177169
</tr>
178170
</table>

0 commit comments

Comments
 (0)