We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7bc7f3 + 361ff06 commit a782c08Copy full SHA for a782c08
README.md
@@ -167,7 +167,7 @@ A replay attack is basically try to reuse an intercepted valid SAML Message in o
167
SAML Messages have a limited timelife (NotBefore, NotOnOrAfter) that
168
make harder this kind of attacks, but they are still possible.
169
170
-In order to avoid them, the SP can keep a list of SAML Messages or Assertion IDs alredy validated and processed. Those values only need
+In order to avoid them, the SP can keep a list of SAML Messages or Assertion IDs already validated and processed. Those values only need
171
to be stored the amount of time of the SAML Message life time, so
172
we don't need to store all processed message/assertion Ids, but the most recent ones.
173
0 commit comments