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.
我想构建将成为网站客户端的移动应用程序。要从该站点获取信息,我需要授权。是否有可能使 Web 服务成为这项工作?
我不确定我是否理解所有内容,因为您的问题可以提供更多细节。
但是,是的,您可以构建一个 Web 服务,以使用 .NET 中的 Web 服务为您想要使用的任何语言的移动应用程序提供身份验证和授权。
但是,在为应用程序的后续调用设计策略时,您必须小心您将授权每个方法调用的方式。您可以使用不是最好的 IMO 的 WS* 身份验证方法,也可以使用更多 REST Web 服务样式的基于令牌的身份验证。