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
@@ -1106,7 +1106,7 @@ php-saml toolkit uses a bunch of methods in OneLogin\Saml2\Utils that try to gue
1106
1106
*`getSelfURLNoQuery` Returns the URL of the current host + current view.
1107
1107
*`getSelfRoutedURLNoQuery` Returns the routed URL of the current host + current view.
1108
1108
1109
-
getSelfURLNoQuery and getSelfRoutedURLNoQuery are used to calculate the currentURL in order to valdate SAML elements like Destination or Recipient.
1109
+
getSelfURLNoQuery and getSelfRoutedURLNoQuery are used to calculate the currentURL in order to validate SAML elements like Destination or Recipient.
1110
1110
1111
1111
When the PHP application is behind a proxy or a load balancer we can execute `setProxyVars(true)` and `setSelfPort` and `isHTTPS` will take care of the `$_SERVER["HTTP_X_FORWARDED_PORT"]` and `$_SERVER['HTTP_X_FORWARDED_PROTO']` vars (otherwise they are ignored).
1112
1112
@@ -1408,7 +1408,7 @@ Once the SP is configured, the metadata of the SP is published at the
1408
1408
process, the `index.php` view.
1409
1409
1410
1410
2.2 in the second link we access to (`attrs.php`) have the same process
1411
-
described at 2.1 with the diference that as `RelayState` is set the `attrs.php`.
1411
+
described at 2.1 with the difference that as `RelayState` is set the `attrs.php`.
1412
1412
1413
1413
3. The SAML Response is processed in the ACS (`index.php?acs`), if the Response
1414
1414
is not valid, the process stops here and a message is shown. Otherwise we
@@ -1435,7 +1435,7 @@ Once the SP is configured, the metadata of the SP is published at the
1435
1435
session at of the IdP. Notice that the SLO Workflow starts and ends at the IdP.
1436
1436
1437
1437
Notice that all the SAML Requests and Responses are handled by a unique file,
1438
-
the `index.php` file and how `GET`paramters are used to know the action that
1438
+
the `index.php` file and how `GET`parameters are used to know the action that
0 commit comments