Skip to content

Commit ecc7e08

Browse files
committed
Minor typo on Readme
1 parent 9274e6b commit ecc7e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ You should be able to workaround this by configuring your server so that it is a
527527
For Apache Tomcat this is done by setting the proxyName, proxyPort, scheme and secure attributes for the Connector. See [here](http://serverfault.com/questions/774300/ssl-offloading-from-apache-to-tomcat-get-overwritten-somewhere) for an example.
528528

529529

530-
### Reply attacks
530+
### Replay attacks
531531

532-
In order to avoid reply attacks, you can store the ID of the SAML messages already processed, to avoid processing them twice. Since the Messages expires and will be invalidated due that fact, you don't need to store those IDs longer than the time frame that you currently accepting.
532+
In order to avoid replay attacks, you can store the ID of the SAML messages already processed, to avoid processing them twice. Since the Messages expires and will be invalidated due that fact, you don't need to store those IDs longer than the time frame that you currently accepting.
533533

534534
Get the ID of the last processed message with the getLastMessageId method of the Auth object.
535535

0 commit comments

Comments
 (0)