About 76,800 results
Open links in new tab
  1. 有图解有案例,我终于把OAuth2.0搞清楚了 - 知乎

    OAuth是一个关于授权(authorization)的开放网络标准,用来授权第三方应用获取用户数据,是目前最流行的授权机制,它当前的版本是2.0。 应用场景 假如你正在“网站A”上冲浪,看到一篇帖子表示非 …

  2. 深入理解OAuth 2.0:原理、流程与实践-腾讯云开发者社区-腾讯云

    May 19, 2024 · OAuth 2.0 是授权行业标准协议,允许第三方应用访问用户数据而无需凭据。 广泛应用于单点登录等场景,通过定义客户端等概念及授权码等模式实现安全访问,需注意重定向 URI 等安全性。

  3. OAuth 2.0 授权认证详解-CSDN博客

    OAuth 2.0定义了四种授权方式: 3.1、授权码模式(authorization code) 授权码(authorization code)方式,指的是 第三方应用先申请一个授权码,然后再用该码获取令牌。 3.2、简化模 …

  4. 什么是 OAuth? | Microsoft 安全

    OAuth 是一个被广泛采用的开放标准协议,大多数网站和应用程序的开发者都使用此协议。 重要的是,OAuth 不会授予第三方应用或服务无限制访问数据的权限。 协议部分内容明确规定允许第三方访问 …

  5. OAuth 2.0 — OAuth

    OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, …

  6. 概述 | OAuth 2.1 授权框架

    OAuth 是授权协议,而非认证协议。 访问令牌代表的是授予客户端的权限。 一种常见的做法是,客户端向专门的 API 展示访问令牌,API 返回资源所有者的用户标识符,然后客户端再将该 API 返回的结 …

  7. OAuth - Wikipedia

    OAuth can be used in conjunction with XACML, where OAuth is used for ownership consent and access delegation whereas XACML is used to define the authorization policies (e.g., managers can view …

  8. What is OAuth 2.0 and what does it do for you? - Auth0

    It replaced OAuth 1.0 in 2012 and is now the de facto industry standard for online authorization. OAuth 2.0 provides consented access and restricts actions of what the client app can perform on resources …

  9. OAuth - OpenClaw

    OpenClaw 通过 OAuth 支持提供商提供的“订阅认证”,适用于支持此方式的提供商(尤其是 OpenAI Codex(ChatGPT OAuth))。对于 Anthropic 订阅,请使用 setup-token 流程。过去有些用户在 …

  10. OAuth 2.0 — OAuth - OAuth 开放授权

    OAuth 2.0 OAuth 2.0 是用于认证的行业标准协议。 OAuth 2.0 致力于简化客户端开发,同时为 Web 应用程序、桌面应用程序、移动电话和客厅设备提供特定的认证流程。 此规范及其扩展正在 IETF OAuth …