Oauth 2.0 与 Auth0 与 WSO2

Posted

技术标签:

【中文标题】Oauth 2.0 与 Auth0 与 WSO2【英文标题】:Oauth 2.0 vs Auth0 vs WSO2 【发布时间】:2021-09-02 21:49:01 【问题描述】:

oauth 2.0、auth0 和 wso2 有什么区别?我看到一些相关的帖子,或多或少都解释得很好,oauth 2.0 和 auth0 有什么区别,但解释中不包括 ws02。

【问题讨论】:

【参考方案1】:

OAuth 2.0 是资源授权方面广泛使用的规范:https://oauth.net/2/

Auth0 和 WSO2 身份服务器是两个身份提供者(IAM 解决方案)。两者都支持 OAuth 2.0。

Auth0:https://auth0.com/docs/protocols/protocol-oauth2

WSO2 是:https://is.docs.wso2.com/en/latest/learn/working-with-oauth/

【讨论】:

好的,所以如果你使用 auth0,你就不会使用 wso2,反之亦然,不是吗?

以上是关于Oauth 2.0 与 Auth0 与 WSO2的主要内容,如果未能解决你的问题,请参考以下文章

OAuth 2.0、Swagger 和 DotNet 核心

OAuth 2.0 和 OpenID Connect 中的 JWT 安全性

Oauth 2.0 配置与 Spring Security 冲突

OAuth 2.0 与 JWT

OAuth 2.0 认证的原理与实践

Spring Security 5 OAuth 2.0 ResourceServer 如何与 AuthorizationServer 通信?