Created
November 2, 2010 11:41
-
-
Save possan/659521 to your computer and use it in GitHub Desktop.
sso notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
SSO: Logged in at global domain: | |
====================================================================== | |
z.se hej.se | |
<-------------- | |
check local cookie at global domain | |
logged in here | |
---------------> | |
global usertoken | |
login as user | |
set local cookie | |
profit | |
====================================================================== | |
SSO: Not logged in at global domain | |
====================================================================== | |
z.se hej.se | |
<-------------- | |
* check local cookie at global domain | |
* not logged in | |
---------------> | |
* not logged in | |
* prompt user to login | |
* set local cookie | |
<-------------- | |
* set local cookie at global domain | |
---------------> | |
* profit | |
====================================================================== | |
SSO: Login at global domain | |
====================================================================== | |
z.se | |
* set local cookie | |
* profit | |
SSO: Logout at local domain | |
z.se hej.se | |
* delete local cookie | |
<-------------- | |
* delete local cookie at global domain | |
---------------> | |
====================================================================== | |
SSO: Logout at global domain | |
====================================================================== | |
z.se | |
* delete local cookie | |
* profit | |
====================================================================== | |
====================================================================== | |
====================================================================== | |
====================================================================== | |
====================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment