You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Client sends the parameters to the Token Endpoint using the HTTP POST method and the Form Serialization, per Section 13.2, as described in Section 4.1.3 of OAuth 2.0 [RFC6749].
复现步骤
配置Zitadel作为认证服务器
预期结果
使用 urlencoded 格式向 token 接口发送数据,用户正常登录
相关截图
The text was updated successfully, but these errors were encountered:
例行检查
问题描述
采用Zitadel作为服务端时,用户无法使用OIDC登录,提示“oidc id 为空”
调用token接口时,似乎应采用 urlencoded 格式发送数据,人工使用burpsuite工具改包获得了预期的响应
https://openid.net/specs/openid-connect-core-1_0.html#TokenRequest
The Client sends the parameters to the Token Endpoint using the HTTP POST method and the Form Serialization, per Section 13.2, as described in Section 4.1.3 of OAuth 2.0 [RFC6749].
复现步骤
配置Zitadel作为认证服务器
预期结果
使用 urlencoded 格式向 token 接口发送数据,用户正常登录
相关截图
The text was updated successfully, but these errors were encountered: