how to get end point u开发者_运维问答rl of a openid provider likefor google if we get from https://www.google.com/accounts/o8/id or for yahoo it is http://me.yahoo.com.Similarly , for others how to fi
I previously asked a question about using app engine\'s remote_api with openID, and the answer worked well, both securely and insecurely.At some point soon after, however, something in app engine chan
I have an existing website that I want to turn into an OpenID provider. All my user accounts are stored in a mysql table.
I´m getting a problem sending the authentication request with activated attribute exchange. It works with FF and Opera but IE seems to have a problem with it.
I\'m setting up a login system fo开发者_运维知识库r a site and someone suggested using openID instead.
Are OpenID Identity URLs considered sensitive information? For example, is it safe to store plain text OpenID Identity URLs in a DB or what开发者_如何学Cnot?
I am getting the following error on my website: Error importing openid store django_authopenid.openid_store: \"No ElementTree library found. You may need to install one. Tried importing [\'lxml.etree
Does Windows Live ID or Hotmail (Passport) support OpenID based authentication? If yes, what is the endpoint url, and do I have to register my application somewhere to use it?
i need to provide openid service to users on my domain. They all have unique subdomains开发者_Python百科 such as: abc.example.com and i want them to use abc.example.com as their openid identity...
I have been using DotNetOpenAuth\'s \"OpenIdTextBox\" control on our login page. We used VS 2008 + .NET 3.5 + Ajax UpdatePanel without any issues.