Good evening all.
I looked at OpenID (www.openid.net) for a little while and it seems to be a good way to get more users to join a website since they don’t need to create -yet another- account and needlessly give personal info to one more person on the net. Also, it seems to have strong potential as a social identifier since it carries the same identifier all over the net, much like Facebook does with Facebook Connect.
I’m wondering how OpenID could be ported into a standalone Unity application to leverage those features. I presume the most “genuine” way would be to code an iframe of some kind which supports https, but I’m hoping there are better solutions, mostly for the server-side (Unity) application to safely process an OpenID validation.
For example, RealXTend (based on OpenSim software) uses OpenID login as an option in their viewer: www.realxtend.org
I’ll do some more research on my end but I’m no networking guru, so I’m putting the question here in case somebody else is knowledgeable about the concept or already attempted something similar.
Thank you.