简体   繁体   English

C#和LinkedIn:从桌面应用程序验证用户身份吗?

[英]C# & LinkedIn: authenticate user from desktop application?

I have to authenticate a LinkedIn user from within a desktop app (WPF). 我必须从桌面应用程序(WPF)内对LinkedIn用户进行身份验证。

The official guide here suggests to: 这里的官方指南建议:

redirect user to LinkedIn's authorization dialog 将用户重定向到LinkedIn的授权对话框

(in a context of a web application, obviously) (显然是在Web应用程序的上下文中)

But how exactly do I solve this within a desktop app? 但是,如何在桌面应用程序中解决该问题呢?

Do I open the clients browser and redirect the user to the link? 是否打开客户端浏览器并将用户重定向到链接?

Any help is welcome. 欢迎任何帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM