...all of which are on different domains.
Ideally I would like to create a UX similar to how some sites allow login via Google, Facebook, Twitter, etc.
They all delegate authentication to an OpenId provider or another similar proprietary technology. I don't want to be a full-blown OpenId provider or lock my app into relying on Google and friends. I don't want to reinvent the wheel either.
I know this problem must have been tackled many times, but there doesn't seem to be much solid information on the topic (at least not in an easily digestible form).
I'm looking for some best practices, code libraries, APIs, commercial products, case studies, or even a basic explanation of how to implement a practical and secure solution.
Some Notes:
- OAuth doesn't seem like the correct solution (need authentication not authorization).
- Doing this over HTTPS is a given, but need more security and functionality.
- Having signed key-pairs seems ideal.
Anyone that has implemented something like this, your expertise and insight would be greatly appreciated.
EDIT: Already found out about www.onelogin.com, sorry Ash. Seems pretty good. Other similar options or specific implementation advice would be good.
