views:

27

answers:

1

I am developing a web app that will be working with other companies web apps. Part of the desired user experience is that users on our web application will be able to log into our app, and be able to visit our parters' web applications. Accounts will be automatically created for the users on our partners' sites. We'd like them to be able to enter the partner sites already authenticated, without having to log in or authorize anything (like with OpenID or OAuth), similar to the relationship between a bank and a credit card rewards program. Is there an existing standard that covers this?

+2  A: 

Single Sign On often used for such functionality.

There are a lot of implementations.

I used in production Jasig CAS

uthark
This seems like more of a concept than a standard. Am I missing something?
Daniel Schaffer
Good updates, thanks!
Daniel Schaffer