Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top