summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2015-09-16 11:05:35 +0200
committerArnold Daniels <arnold@jasny.net>2015-09-16 11:05:35 +0200
commitbb037525545f1cc36ad15f6a0719c807ab878591 (patch)
treee20eea62aaa3fc4fafe58bbd106d2bf2696c505b
parent76f808967571a08bb08b3a1f2b0ea11aea85626a (diff)
parent445a0709fcd3d7ba2fcadb128a8591999d980acc (diff)
downloadsso-bb037525545f1cc36ad15f6a0719c807ab878591.zip
sso-bb037525545f1cc36ad15f6a0719c807ab878591.tar.gz
sso-bb037525545f1cc36ad15f6a0719c807ab878591.tar.bz2
Merge pull request #11 from crzidea/patch-1
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c09c3d0..c4d60a1 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ With this solution the client only needs to attach the session by providing the
[![SSO Ajax](http://blog.jasny.net/wp-content/uploads/sso-diagram_ajax-241x300.png "sso-diagram_ajax")](http://blog.jasny.net/wp-content/uploads/sso-diagram_ajax.png)
-The client check for the token cookie. It it doesn&#8217;t exists, he requests the attach URL from the broker. This attach url includes the broker name and the token, but not a original request URL. The client will open the received url in an &lt;img&gt; and wait until the image is loaded.
+The client check for the token cookie. If it doesn&#8217;t exists, he requests the attach URL from the broker. This attach url includes the broker name and the token, but not a original request URL. The client will open the received url in an &lt;img&gt; and wait until the image is loaded.
The server attaches the browser session key to the user session. When it&#8217;s done it outputs a PNG image. When this image is received by the client, it knows the server has connected the sessions and the broker can be used for authentication. The broker will work as a proxy, passing commands and requests to the sso server and return results to the client.