Skip to content

Commit 918b4bb

Browse files
ManInDarkpitbulk
authored andcommitted
Fixed error in README
1 parent bd65578 commit 918b4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ we don't need to store all processed message/assertion Ids, but the most recent
160160

161161
The OneLogin_Saml2_Auth class contains the [get_last_request_id](https://github.com/onelogin/python3-saml/blob/ab62b0d6f3e5ac2ae8e95ce3ed2f85389252a32d/src/onelogin/saml2/auth.py#L357), [get_last_message_id](https://github.com/onelogin/python3-saml/blob/ab62b0d6f3e5ac2ae8e95ce3ed2f85389252a32d/src/onelogin/saml2/auth.py#L364) and [get_last_assertion_id](https://github.com/onelogin/python3-saml/blob/ab62b0d6f3e5ac2ae8e95ce3ed2f85389252a32d/src/onelogin/saml2/auth.py#L371) methods to retrieve the IDs
162162

163-
Checking that the ID of the current Message/Assertion does not exists in the lis of the ones already processed will prevent replay attacks.
163+
Checking that the ID of the current Message/Assertion does not exists in the list of the ones already processed will prevent replay attacks.
164164

165165

166166
Getting Started

0 commit comments

Comments
 (0)