| Author |
Is there any Single Sign On Among Technical Forums out there?
|
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 228
|
|
|
Just a curosity: Is there any Single Sign On Among Technical Forums out there?
|
 |
Karthik Shiraly
Ranch Hand
Joined: Apr 04, 2009
Posts: 364
|
|
|
The StackExchange sites come to mind. http://blog.stackoverflow.com/2010/09/global-network-auto-login/
|
 |
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 228
|
|
|
What are the things involved in set up such a SSO?
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 7602
|
|
|
Going by logic there will be two sets of "accounts". Say a google account and a mysite account. You need to generate mappings between these two accounts. When the user tries to sign on using google account, the actual validation will be done by google. mysite will invoke the validation process by using the SSO API exposed by google. Based on the validation result, mysite code will decide whether to let the user in or not.
|
[Donate a pint, save a life!] [How to ask questions]
|
 |
H Paul
Ranch Hand
Joined: Jul 26, 2011
Posts: 228
|
|
|
Is there any articles out there that show the implementation of SSO concepts?
|
 |
Sid Sidner
Greenhorn
Joined: Oct 08, 2010
Posts: 2
|
|
You can find out lots about SAML SSO at [url=https://www.pingidentity.com/resource-center/]Resource pages at Ping Identity[/url] As you would expect, there is lots about our products and services, but there are also several pages about standards.
The Getting Started guide for our PingFederate product also includes a very detailed discussion of the standards: [url=http://documentation.pingidentity.com/display/PF/Supported+Standards]http://documentation.pingidentity.com/display/PF/Supported+Standards[/url]
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 8428
|
|
|
At my company (healthcare), users may have to sign on to half a dozen applications. We have a team devoted to SSO, so that a nurse can sign on to the workstation once, and automatically get signed in to all the applications. I believe they use some 3rd party software to do this.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
 |
|
|
subject: Is there any Single Sign On Among Technical Forums out there?
|
|
|