OAuth:为什么隐式授权类型称为隐式?

标签 oauth oauth-2.0

有人可以向我解释为什么 OAuth 2.0 的隐式流程(授权类型)被称为“隐式”?

最佳答案

specification说这个:

In the implicit flow, instead of issuing the client an authorization code, the client is issued an access token directly (as the result of the resource owner authorization). The grant type is implicit, as no intermediate credentials (such as an authorization code) are issued.

关于OAuth:为什么隐式授权类型称为隐式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41128736/

相关文章:

java - PHP 的 oAuth 客户端模块

asp.net-mvc - 在 ASP.NET MVC4 中使用 Google OAuth 时出现 MembershipCreateUserException

java - 从 Java Batch 应用程序访问 OAuth2 protected api

javascript - OAuth Google Analytics 客户端 API javascript

api - 如何使用Oauth2和YouTube API v3上传到特定的YouTube channel

spring - Spring oAuth2 中基于用户的权限/范围

c# - 使用 Azure AD 客户端凭据授予流程的 Azure Devops Access

oauth-2.0 - 使用 OAuth2 access_token 访问 Google Reader 订阅

java - NullPointerException 只有在我为 GoogleCredential 对象设置了 setServiceAccountUser() 之后 (Grails/Java)

spring-boot - Spring Boot Oauth2,无法从 javascript 客户端发送 clientId