문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top