oauth

  • 网络开放授权;身份验证;开放式验证

oauthoauth

oauth

开放授权

...com但是,自从2010年3月 Gmail 加入了开放授权OAuth)协议之后,已经有 .....

身份验证

联机查看:管理服务器到服务器身份验证 (Oauth) 和合作伙伴应用程序联机查看:架构参考 联机查看:呼叫详细记录 (CDR) 数 …

开放式验证

两对密钥背后的安全机制被称为开放式验证OAuth)协议(见参考资料)。由于 Twitter4J 在后台处理 OAuth,所以您不必担 …

开放式身份认证

...统一身份管理服务获得用户使用应用系统的权限,类似于开放式身份认证(OAuth)。

相关的参数定义

oAuth - cxzhq2002的杂记 - 博客频道 - CSDN.NET ... OAUTH_token: 访问令牌。 OAUTH 相关的参数定义: OAUTH HTTP 响 …

一键登录

产品中心 - Destoon B2B网站管理系统 ... 批量传图 swfupload 一键登录 oauth 核心 destoon ...

开放式标准授权

使用可配置的数位签章及开放式标准授权 (OAuth),不必撰写程式码即可施行安全标准。验证送入要求,记录恶意或形态异常的 …

1
As you know if you've read Part 1, Twitter uses OAuth for user authorization. 您如果已经阅读了第1部分,就会知道,Twitter使用OAuth进行用户授权。
2
Many APIs require you to authenticate with them, using Oauth or other mechanisms, to act on behalf of a web user. 许多API都需要身份验证(使用Oauth或其他机制),以代表一个Web用户进行操作。
3
OAuth is an open protocol that allows secure API authorization in a simple and standard method from desktop and web applications. OAuth是一个开放的协议,以一种简单且标准的方法支持来自桌面和web应用程序的安全API授权。
4
The target is to provide a Web application that enables users to be authenticated to Twitter through OAuth and update their status. 目标是提供一个Web应用程序,该应用程序应支持用户通过OAuth对Twitter进行身份验证并更新其状态。
5
A Web site adopting OAuth as one of its authentication protocols will enhance the privacy and security for users. 采用OAuth作为其中一种身份验证协议的Web站点将增强用户的隐私保护和安全性。
6
The security mechanism behind the two pairs of keys is called the Open Authentication (OAuth) protocol (see Resources). 两对密钥背后的安全机制被称为开放式验证(OAuth)协议(见参考资料)。
7
The majority of these implementations are hosted by the OAuth project via a Google Code repository. 大部分实现都由OAuth项目维护并放在Google代码库上。
8
Another problem is that the site doesn't use OAuth, and I still had to fill out a lengthy form and create an account. 另一个问题就是该网站没有使用OAuth协议,所以用户需要填写冗长的表格,创建一个账户,然后才能使用该网站。
9
OAuth operates much like a credit card does, but with authorization data as the currency. OAuth运作起来如同一张信用卡,只是将授权数据作为货币。
10
Usually applies if you are using a different authentication scheme, for arguments sake OAuth WRAP, the Credentials property is of no use. 如果你使用了不同的验证模式,通常就需要使用这种机制,为了使用OAuthWRAP,不会用到Credentials属性。
11
With OAuth, a resource owner can authorize third party application access to the protected resource without compromising user credentials. 有了OAuth,一个资源所有者可以授权第三方应用程序访问受保护的资源,而不损害用户证书。
12
This walk-through demonstrates a typical OAuth session and includes the perspectives of the User, Consumer, and Service Provider. 这个例子在OAuth会话中是有代表性的,它包括了用户,消费者,服务提供者。
13
The Facebook Platform provides support for OAuth 2. 0 authentication as well as support for an older, custom authorization signature scheme. FacebookPlatform对OAuth2.0身份认证提供支持,也支持一种较老的、定制的授权签名方案。
14
In many cases (if done right), the end-user will not know anything about OAuth, what it is or how it works. 很多情况下(做得正确的话),最终用户甚至不知道OAuth的存在,更不用说它是什么以及它怎么工作的。
15
But they also admit, "The traditional OAuth flow for desktop clients can be cumbersome. " 但他们也承认“针对桌面客户机的传统OAuth流程有时非常麻烦”。
16
With OAuth, users' credentials are protected while sharing protected resources among different Web sites. 使用OAuth,用户的凭证得到了保护,同时可以在不同Web站点之间共享受保护的资源。
17
Kern also told us that the most recent releases of the app included OAuth support and the addition of "on sale" tweets. kern也告诉我们这款应用最新的更新提供了对OAuth协议以及“售物”推文的支持。
18
Ryan Heaton has implemented OAuth for Spring security which can be found here. RyanHeaton已经实现了针对Springsecurity的OAuth,你能从这里找到它。
19
Developers can use the full strength of OAuth or can use less stringent methods where OAuth is not needed. 开发者可以使用OAuth的全部能力,当OAuth非必需时,也可以使用相对宽松的方法。
20
This article has demonstrated how to use the OAuth mechanism in Twitter to update the status of an account from a client Java program. 本文展示了如何使用Twitter中的OAuth机制来从一个客户端Java程序更新帐户状态。
21
OAuth requires that Service Providers first authenticate the User, and then ask them to grant access to the Consumer. OAuth要求服务提供者首先认证用户,认证完成之后要求用户批准消费者的访问。
22
Sites supporting OAuth include Twitter, Ma. gnolia and Google (Alpha launch post here). 支持OAuth的站点包括Twitter、Ma.gnolia与Google(你可以在这里看到关于Alpha版的帖子)。
23
Currently, Twitter is working on a way to enable OAuth authentication for secured requests. 目前,Twitter正致力于寻找一种方式来启用OAuth身份验证以获得安全请求。
24
The specification includes in Appendix A a similar example but focuses on the HTTP calls syntax. OAuth规范的附录A中有一个与此相似的例子,但是它更关注HTTP调用的过程。
25
Authentication with both your admin credentials and OAuth key are required. 系统在验证时会要求用户提供管理员身份以及OAuth密码。
26
You can leverage them to add OAuth authentication support to your HttpClient application. 您可以利用它们来添加OAuth支持到您的HttpClient应用程序。
27
In fact, OAuth by itself provides no privacy at all and depends on other protocols to accomplish that (such as SSL). 事实上,OAuth本身不提供隐私策略,而是依靠其他协议来完成(比如SSL)。
28
However, Amazon's endorsement of OAuth might change that situation. 不过,Amazon对OAuth的支持可能会改变这个局面。
29
Both the valet key and ATM cards are good metaphors for OAuth from a user perspective. 无论是仆从钥匙或者ATM卡,从用户角度来看都是对OAuth很好的比喻。
30
Now you can get the user profile via HttpClient using OAuth authentication, as shown in Listing 5. 现在您可以使用OAuth认证通过HttpClient获取用户配置文件,如清单5所示。