Commit 3305ba9 1 parent cadabb7 commit 3305ba9 Copy full SHA for 3305ba9
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,14 +191,14 @@ a trusted and expected URL.
191
191
Read more about Open Redirect [ CWE-601] ( https://cwe.mitre.org/data/definitions/601.html ) .
192
192
193
193
194
- ### Avoiding Reply attacks ###
194
+ ### Avoiding Replay attacks ###
195
195
196
- A reply attack is basically try to reuse an intercepted valid SAML Message in order to impersonate a SAML action (SSO or SLO).
196
+ A replay attack is basically try to reuse an intercepted valid SAML Message in order to impersonate a SAML action (SSO or SLO).
197
197
198
198
SAML Messages have a limited timelife (NotBefore, NotOnOrAfter) that
199
199
make harder this kind of attacks, but they are still possible.
200
200
201
- In order to avoid them, the SP can keep a list of SAML Messages or Assertion IDs alredy valdidated and processed. Those values only need
201
+ 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
202
202
to be stored the amount of time of the SAML Message life time, so
203
203
we don't need to store all processed message/assertion Ids, but the most recent ones.
204
204
You can’t perform that action at this time.
0 commit comments