Domanda

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

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top