我尝试在带有WSO2 Identity Server 5.0.0的SPA应用程序中实现OpenId Connect。我试图使用Implicit Flow,但我总是从身份服务器收到错误。
GET请求:
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?
答案 0 :(得分:2)
使用WSO2 Identity Server 5.0.0 OpenID Connect" id_token"响应类型未实现。 "隐含"配置中的设置仅适用于OAuth 2.0"令牌"响应类型。你可能要等到5.1.0或者为它实现一个补丁。