You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -171,7 +171,7 @@ In order to avoid them, the SP can keep a list of SAML Messages or Assertion IDs
171
171
to be stored the amount of time of the SAML Message life time, so
172
172
we don't need to store all processed message/assertion Ids, but the most recent ones.
173
173
174
-
The OneLogin_Saml2_Auth class contains the [getLastRequestID](https://github.com/onelogin/php-saml/blob/b8214b74dd72960fa6aa88ab454667c64cea935c/src/Saml2/Auth.php#L657), [getLastMessageId](https://github.com/onelogin/php-saml/blob/b8214b74dd72960fa6aa88ab454667c64cea935c/src/Saml2/Auth.php#L762) and [getLastAssertionId](https://github.com/onelogin/php-saml/blob/b8214b74dd72960fa6aa88ab454667c64cea935c/src/Saml2/Auth.php#L770) methods to retrieve the IDs
174
+
The OneLogin\Saml2\Auth class contains the [getLastRequestID](https://github.com/SAML-Toolkits/php-saml/blob/b8214b74dd72960fa6aa88ab454667c64cea935c/src/Saml2/Auth.php#L657), [getLastMessageId](https://github.com/SAML-Toolkits/php-saml/blob/b8214b74dd72960fa6aa88ab454667c64cea935c/src/Saml2/Auth.php#L762) and [getLastAssertionId](https://github.com/SAML-Toolkits/php-saml/blob/b8214b74dd72960fa6aa88ab454667c64cea935c/src/Saml2/Auth.php#L770) methods to retrieve the IDs
175
175
176
176
Checking that the ID of the current Message/Assertion does not exists in the list of the ones already processed will prevent reply
177
177
attacks.
@@ -182,7 +182,7 @@ Getting started
182
182
183
183
### Knowing the toolkit ###
184
184
185
-
The new OneLogin SAML Toolkit contains different folders (`certs`, `endpoints`,
185
+
The new SAML Toolkit contains different folders (`certs`, `endpoints`,
186
186
`lib`, `demo`, etc.) and some files.
187
187
188
188
Let's start describing the folders:
@@ -308,7 +308,7 @@ $settings = array(
308
308
// URL Location where the <Response> from the IdP will be returned
309
309
'url' => '',
310
310
// SAML protocol binding to be used when returning the <Response>
311
-
// message. OneLogin Toolkit supports this endpoint for the
311
+
// message. SAML Toolkit supports this endpoint for the
0 commit comments