Página "Error de inicio de sesión" durante el intento de inicio de sesión por parte de un usuario existente agregado previamente a través de 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 Me gusta