Skip to content

Commit 304a43d

Browse files
authored
Merge pull request SAML-Toolkits#203 from LukasReschke/fix-typo
Fix wording
2 parents 3319d77 + f508932 commit 304a43d

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
@@ -1085,9 +1085,9 @@ You should be able to workaround this by configuring your server so that it is a
10851085
Or by using the method described on the previous section.
10861086

10871087

1088-
### Reply attacks ###
1088+
### Replay attacks ###
10891089

1090-
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.
1090+
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.
10911091

10921092
Get the ID of the last processed message/assertion with the getLastMessageId/getLastAssertionId method of the Auth object.
10931093

0 commit comments

Comments
 (0)