Search code examples
dotnetopenauthgoogle-openidgoogle-oauth

Openid /Oauth implementation For Windows application


How to implement openid /oauth in windows application.What are the necessary things to be considered?


Solution

  • Issuing OpenIDs doesn't apply at all to a client application. It only applies to web apps.

    Client apps can certainly be OAuth consumers/clients. You can see the DotNetOpenAuth OAuthConsumerWpf sample for an example of this.