File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -336,29 +336,6 @@ <h2 id="metadata-signing">
336336in a metadata file you need to also set metadata.sign.enable=true in
337337that 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -336,29 +336,6 @@ <h2 id="metadata-signing">
336336in a metadata file you need to also set metadata.sign.enable=true in
337337that 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments