625
edits
(adds idp implementation references) |
(adds note about sso hack) |
||
Line 5: | Line 5: | ||
* Quick-and-dirty Identity Provider (IdP) implementation http://kamituel.tumblr.com/post/47604831876/mozilla-persona-implementing-idp | * Quick-and-dirty Identity Provider (IdP) implementation http://kamituel.tumblr.com/post/47604831876/mozilla-persona-implementing-idp | ||
** Based on documentation https://developer.mozilla.org/en-US/Persona/Implementing_a_Persona_IdP | ** Based on documentation https://developer.mozilla.org/en-US/Persona/Implementing_a_Persona_IdP | ||
* Option to hack a Single-Sign-On (SSO) service by implementing parent domain cookie with shared session store, or instead at least have consistent identity management across applications: https://stackoverflow.com/questions/16010168/using-mozilla-persona-auth-for-single-sign-on#comment22898509_16026019 |