Skip to content

Commit 6cab9c7

Browse files
committed
deploy: 66b5d5d
1 parent 00afc52 commit 6cab9c7

4 files changed

Lines changed: 10 additions & 46 deletions

File tree

2.4/simplesamlphp-advancedfeatures.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -336,29 +336,6 @@ <h2 id="metadata-signing">
336336
in a metadata file you need to also set metadata.sign.enable=true in
337337
that metadata file.
338338
</p>
339-
<p>
340-
There is also an additional fallback for the private key and the certificate. If
341-
<code>
342-
metadata.sign.privatekey
343-
</code>
344-
and
345-
<code>
346-
metadata.sign.certificate
347-
</code>
348-
isn't configured, SimpleSAMLphp will use the
349-
<code>
350-
privatekey
351-
</code>
352-
,
353-
<code>
354-
privatekey_pass
355-
</code>
356-
and
357-
<code>
358-
certificate
359-
</code>
360-
options in the metadata for the SP/IdP.
361-
</p>
362339
<h2 id="session-checking-function">
363340
Session checking function
364341
</h2>

2.4/simplesamlphp-changelog.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ <h2 id="version-243">
249249
<li>
250250
Fix various errors and warnings detected in VS Code (#2468)
251251
</li>
252+
<li>
253+
Remove information in simplesamlphp-advancedfeatures.md about
254+
possible fallback from metadata.sign.privatekey to privatekey in IdP
255+
and SP metadata files (#2470)
256+
</li>
252257
<li>
253258
Fix auth state AuthnInstant (#2478)
254259
</li>

stable/simplesamlphp-advancedfeatures.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -336,29 +336,6 @@ <h2 id="metadata-signing">
336336
in a metadata file you need to also set metadata.sign.enable=true in
337337
that metadata file.
338338
</p>
339-
<p>
340-
There is also an additional fallback for the private key and the certificate. If
341-
<code>
342-
metadata.sign.privatekey
343-
</code>
344-
and
345-
<code>
346-
metadata.sign.certificate
347-
</code>
348-
isn't configured, SimpleSAMLphp will use the
349-
<code>
350-
privatekey
351-
</code>
352-
,
353-
<code>
354-
privatekey_pass
355-
</code>
356-
and
357-
<code>
358-
certificate
359-
</code>
360-
options in the metadata for the SP/IdP.
361-
</p>
362339
<h2 id="session-checking-function">
363340
Session checking function
364341
</h2>

stable/simplesamlphp-changelog.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ <h2 id="version-243">
249249
<li>
250250
Fix various errors and warnings detected in VS Code (#2468)
251251
</li>
252+
<li>
253+
Remove information in simplesamlphp-advancedfeatures.md about
254+
possible fallback from metadata.sign.privatekey to privatekey in IdP
255+
and SP metadata files (#2470)
256+
</li>
252257
<li>
253258
Fix auth state AuthnInstant (#2478)
254259
</li>

0 commit comments

Comments
 (0)