oauth
- 网络认证
-
You can now use OAuth to access social networking sites .
您现在可以使用OAuth访问社交网络站点。
-
Are there requirements that all Spring Social providers be OAuth based ?
这是否要求与SpringSocial结合的服务提供方都要基于OAuth授权呢?
-
OAuth defines two different types of Tokens : Request and Access .
OAuth定义了两种类型的令牌:请求令牌和访问令牌。
-
Many web sites , such as LinkedIn , support OAuth .
很多web网站支持OAuth,比如LinkedIn。
-
However , Amazon 's endorsement of OAuth might change that situation .
不过,Amazon对OAuth的支持可能会改变这个局面。
-
It reduces the complexity of implementing OAuth native to the application .
它减少了对应用程序实现OAuth原生功能的复杂性。
-
With OAuth , users'credentials are protected while sharing protected resources among different Web sites .
使用OAuth,用户的凭证得到了保护,同时可以在不同Web站点之间共享受保护的资源。
-
A typical OAuth scenario can be described as follows .
典型的OAuth场景如下所述。
-
I will first show you how to develop a simple desktop client for Twitter using OAuth .
首先我会介绍如何使用OAuth开发简单的Twitter桌面客户端。
-
The recently developed OAuth protocol helps web services to enable users to open access to their private information .
最近开发的OAuth协议可以帮助Web服务将相应信息向相应用户开放。
-
OAuth operates much like a credit card does , but with authorization data as the currency .
OAuth运作起来如同一张信用卡,只是将授权数据作为货币。
-
You can leverage them to add OAuth authentication support to your HttpClient application .
您可以利用它们来添加OAuth支持到您的HttpClient应用程序。
-
The following example shows how to get a user profile from LinkedIn using HttpClient with OAuth support .
以下示例展示如何使用有OAuth支持的HttpClient从LinkedIn获取一个用户的配置文件。
-
The consumer requests a temporary token for the OAuth handshake .
客户为OAuth握手请求一个临时令牌。
-
Currently , Twitter is working on a way to enable OAuth authentication for secured requests .
目前,Twitter正致力于寻找一种方式来启用OAuth身份验证以获得安全请求。
-
A Web site adopting OAuth as one of its authentication protocols will enhance the privacy and security for users .
采用OAuth作为其中一种身份验证协议的Web站点将增强用户的隐私保护和安全性。
-
Ryan Heaton has implemented OAuth for Spring security which can be found here .
RyanHeaton已经实现了针对Springsecurity的OAuth,你能从这里找到它。
-
Developers can use the full strength of OAuth or can use less stringent methods where OAuth is not needed .
开发者可以使用OAuth的全部能力,当OAuth非必需时,也可以使用相对宽松的方法。
-
InfoQ : How do you see Identity Management , and standards such as OAuth , playing in modern composite applications ?
InfoQ:您是如何看待身份管理,以及类似OAuth的规范,在目前组合应用中所起的作用?
-
There are three key players in OAuth : user , consumer , and service provider ( see sidebar ) .
在OAuth中有3个主要角色:用户、使用者和服务提供商(参见侧栏)。
-
Partner integration can also require authorization controls to enable specific applications access to user data ; OAuth can provide those controls .
合作伙伴集成也可以使用授权控件来支持特定应用程序访问用户数据;OAuth可以提供这些控件。
-
Both the valet key and ATM cards are good metaphors for OAuth from a user perspective .
无论是仆从钥匙或者ATM卡,从用户角度来看都是对OAuth很好的比喻。
-
The majority of these implementations are hosted by the OAuth project via a Google Code repository .
大部分实现都由OAuth项目维护并放在Google代码库上。
-
The security mechanism behind the two pairs of keys is called the Open Authentication ( OAuth ) protocol ( see Resources ) .
两对密钥背后的安全机制被称为开放式验证(OAuth)协议(见参考资料)。
-
For example , hosted Google Apps services can identify themselves ( and their users ) to local applications using OAuth .
例如,宿主的GoogleApps服务能够使用OAuth向本地应用程序表示它们(及其用户)的身份。
-
You then developed a Twitter Web client , which demonstrates how OAuth works seamlessly with Web browsers .
您随后开发了一个TwitterWeb客户机,它演示了OAuth如何与Web浏览器无缝工作。
-
OAuth is an open protocol that allows secure API authorization in a simple and standard method from desktop and web applications .
OAuth是一个开放的协议,以一种简单且标准的方法支持来自桌面和web应用程序的安全API授权。
-
Note that it is possible that future versions of the SDK will provide native Android support for OAuth .
注意,未来版本的SDK有可能对OAuth提供原生的Android支持。
-
Per the numbers in the figure above , when the OAuth three-legged handshake starts
依照上图编号,当OAuththree-legged握手启动时
-
With OAuth , a resource owner can authorize third party application access to the protected resource without compromising user credentials .
有了OAuth,一个资源所有者可以授权第三方应用程序访问受保护的资源,而不损害用户证书。