I’m trying to use OpenID on my Windows Form application. Is there any way to use it? A web service or something simillar?
The application runs on a Windows Mobile 5.0 and above, with C# and Compact Framework 2.0 SP2.
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OpenID does not apply to desktop or mobile apps — only web apps. For authenticating users to web services that a winforms app (mobile or otherwise) needs to access on behalf of the user, read up on OAuth, which is targeted at just this scenario.