diff options
author | Arnold Daniels <arnold@jasny.net> | 2015-09-16 11:05:35 +0200 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2015-09-16 11:05:35 +0200 |
commit | bb037525545f1cc36ad15f6a0719c807ab878591 (patch) | |
tree | e20eea62aaa3fc4fafe58bbd106d2bf2696c505b | |
parent | 76f808967571a08bb08b3a1f2b0ea11aea85626a (diff) | |
parent | 445a0709fcd3d7ba2fcadb128a8591999d980acc (diff) | |
download | sso-bb037525545f1cc36ad15f6a0719c807ab878591.zip sso-bb037525545f1cc36ad15f6a0719c807ab878591.tar.gz sso-bb037525545f1cc36ad15f6a0719c807ab878591.tar.bz2 |
Merge pull request #11 from crzidea/patch-1
Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ With this solution the client only needs to attach the session by providing the [](http://blog.jasny.net/wp-content/uploads/sso-diagram_ajax.png) -The client check for the token cookie. It it doesn’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 <img> and wait until the image is loaded. +The client check for the token cookie. If it doesn’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 <img> and wait until the image is loaded. The server attaches the browser session key to the user session. When it’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. |