Skip to content

Commit 2f5d864

Browse files
authored
mispelings
1 parent aab9c54 commit 2f5d864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo1/Readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ How it works
4343
notice that a RelayState parameter is set to the url that initiated the
4444
process, the index.php view.
4545

46-
2.2 in the second link we access to (attrs.php) have the same process described at 2.1 with the diference that as RelayState is set the attrs.php
46+
2.2 in the second link we access to (attrs.php) have the same process described at 2.1 with the difference that as RelayState is set the attrs.php
4747

4848
3. The SAML Response is processed in the ACS (index.php?acs), if the Response
4949
is not valid, the process stop here and a message is showed. Otherwise we
@@ -64,7 +64,7 @@ How it works
6464
side, the logout process is initiated at the idP, sends a Logout Request to the SP (SLS endpoint, index.php?sls). The SLS endpoint of the SP
6565
process the Logout Request and if is valid, close the session of the user
6666
at the local app and send a Logout Response to the IdP (to the SLS endpoint
67-
of the IdP). The IdP recieve the Logout Response, process it and close the
67+
of the IdP). The IdP receive the Logout Response, process it and close the
6868
session at of the IdP. Notice that the SLO Workflow starts and ends at the IdP.
6969

7070
Notice that all the SAML Requests and Responses are handler at a unique file,

0 commit comments

Comments
 (0)