wso2 - WSO2 Identity Server 5.0 是否支持 OpenId Connect response_type id_token

标签 wso2 openid-connect wso2-identity-server

我正在尝试使用 WSO2 Identity Server 5.0.0 在 SPA 应用程序中实现 OpenId Connect。我正在尝试使用隐式流,但总是收到来自身份服务器的错误。

获取请求:

https://idserver:9443/oauth2/authorize?response_type=id_token&
    client_id=abcd&
    redirect_uri=https%3A%2F%2Flocalhost%3A44326%2F

错误响应:

invalid_request, Invalid response_type parameter value

是否支持response_type=id_token?

最佳答案

对于 WSO2 Identity Server 5.0.0 OpenID Connect“id_token”响应类型未实现。配置中的“隐式”设置仅适用于 OAuth 2.0“ token ”响应类型。您可能会等到 5.1.0,或者费尽心思为其实现补丁。

关于wso2 - WSO2 Identity Server 5.0 是否支持 OpenId Connect response_type id_token,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29120850/

相关文章:

java - Wso2 5.8,具有 3 个身份验证步骤

java - WSO2 是 : Custom Federated Authenticator using same form as basic authenticator

authentication - 使用 Google 作为 OIDC 提供者,而不会在 kubernetes 中泄露客户端 secret

oracle - WSO2 Identity Server - 自定义 JDBC 用户存储管理器 - JDBC 池

java - 如何为 WSO2 API Manager 1.8 启用 session 复制?

asp.net-mvc - 同时使用 AspNet.Identity 和 OpenConnectId(用于 Azure AD 登录)

c# - 如何使 Asp.Net Core Identity 与 OpenIdConnect 一起工作

oauth-2.0 - 使用 WSO2 IS 和 XACML 策略保护 REST API

wso2 - XACML 策略集和请求示例

validation - 如何从 WSO2 API Manager 验证 JWT