Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
“连接到服务”窗口是否有特定控件?还是带有嵌入式 WebView 的弹出式控件(或其他控件)?
谢谢。
例1、例2
这看起来像是用于连接到 oAuth 提供者的 WebAuthenticationBroker 。它托管一个内部 WebView 并管理回调以通过您的身份提供者支持单点登录。
有关详细信息,请参阅身份验证和用户身份 (C#/C++/VB)和Web 身份验证代理示例。