Skip to content

Commit f700aea

Browse files
committed
deploy: 66b5d5d
1 parent 821cfaf commit f700aea

5 files changed

Lines changed: 52 additions & 23 deletions

2.2/simplesamlphp-changelog.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,17 @@ <h2 id="version-226">
216216
<p>
217217
Released TBD
218218
</p>
219+
<p>
220+
<code>
221+
cron
222+
</code>
223+
</p>
224+
<ul>
225+
<li>
226+
Fixed a security-issue where cron-jobs could be executed using the default key,
227+
even if a different one was set (#2453)
228+
</li>
229+
</ul>
219230
<p>
220231
<code>
221232
metarefresh

2.2/simplesamlphp-nostate.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,11 @@ <h3 id="the-domain-name-changed-during-authentication">
201201
<code>
202202
https://www.example.org/
203203
</code>
204-
. A session is created for the user, and the session cookie is set for the current domain (www.example.org).
204+
. A session is created for the user, and the session cookie is set for the current domain (
205+
<code>
206+
www.example.org
207+
</code>
208+
).
205209
</li>
206210
<li>
207211
The user needs to be authenticated. We therefore save some information about the current status in the state array, create a SAML 2.0 authentication request, and send it to the IdP.

2.2/simplesamlphp-reference-idp-hosted.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,11 @@ <h2 id="saml-20-options">
564564
The RSA encryption algorithm with PKCS#1 v1.5 padding is blacklisted by default for security reasons. Any assertions
565565
encrypted with this algorithm will therefore fail to decrypt. You can override this limitation by defining an empty
566566
array in this option (or blacklisting any other algorithms not including that one). However, it is strongly
567-
discouraged to do so. For your own safety, please include the string 'http://www.w3.org/2001/04/xmlenc#rsa-1_5' if
567+
discouraged to do so. For your own safety, please include the string
568+
<code>
569+
http://www.w3.org/2001/04/xmlenc#rsa-1_5
570+
</code>
571+
if
568572
you make use of this option.
569573
</dd>
570574
<dt>

2.2/simplesamlphp-reference-idp-remote.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,11 @@ <h2 id="options">
296296
The RSA encryption algorithm with PKCS#1 v1.5 padding is blacklisted by default for security reasons. Any assertions
297297
encrypted with this algorithm will therefore fail to decrypt. You can override this limitation by defining an empty
298298
array in this option (or blacklisting any other algorithms not including that one). However, it is strongly
299-
discouraged to do so. For your own safety, please include the string 'http://www.w3.org/2001/04/xmlenc#rsa-1_5' if
299+
discouraged to do so. For your own safety, please include the string
300+
<code>
301+
http://www.w3.org/2001/04/xmlenc#rsa-1_5
302+
</code>
303+
if
300304
you make use of this option.
301305
</dd>
302306
<dt>

2.2/simplesamlphp-reference-sp-remote.html

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,11 @@ <h2 id="common-options">
515515
The RSA encryption algorithm with PKCS#1 v1.5 padding is blacklisted by default for security reasons. Any assertions
516516
encrypted with this algorithm will therefore fail to decrypt. You can override this limitation by defining an empty
517517
array in this option (or blacklisting any other algorithms not including that one). However, it is strongly
518-
discouraged to do so. For your own safety, please include the string 'http://www.w3.org/2001/04/xmlenc#rsa-1_5' if
518+
discouraged to do so. For your own safety, please include the string
519+
<code>
520+
http://www.w3.org/2001/04/xmlenc#rsa-1_5
521+
</code>
522+
if
519523
you make use of this option.
520524
</dd>
521525
<dt>
@@ -550,25 +554,27 @@ <h2 id="common-options">
550554
<dd>
551555
The three most commonly used values are:
552556
</dd>
553-
<dd>
554-
<ol>
555-
<li>
556-
<code>
557-
urn:oasis:names:tc:SAML:2.0:nameid-format:transient
558-
</code>
559-
</li>
560-
<li>
561-
<code>
562-
urn:oasis:names:tc:SAML:2.0:nameid-format:persistent
563-
</code>
564-
</li>
565-
<li>
566-
<code>
567-
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
568-
</code>
569-
</li>
570-
</ol>
571-
</dd>
557+
<dt>
558+
:
559+
</dt>
560+
<dt>
561+
1.
562+
<code>
563+
urn:oasis:names:tc:SAML:2.0:nameid-format:transient
564+
</code>
565+
</dt>
566+
<dt>
567+
2.
568+
<code>
569+
urn:oasis:names:tc:SAML:2.0:nameid-format:persistent
570+
</code>
571+
</dt>
572+
<dt>
573+
3.
574+
<code>
575+
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
576+
</code>
577+
</dt>
572578
<dd>
573579
<p>
574580
The

0 commit comments

Comments
 (0)