现有用户通过SSO添加后,登录尝试时出现“登录错误”页面

Hey Simon, thank you so much for the advice to enable verbose discourse connect logging! In the log, I was able to find the issue immediately. My mistake was to hash sso after it was URL encoded. For the signature to work, sso should be hashed after it was base64 encoded but prior to URL encoding. Thank you so much for helping me!

2 个赞