Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot link accounts #2

Open
danir-de opened this issue Nov 7, 2024 · 2 comments
Open

Cannot link accounts #2

danir-de opened this issue Nov 7, 2024 · 2 comments
Assignees

Comments

@danir-de
Copy link

danir-de commented Nov 7, 2024

Pressing "Link accounts" on the keycloak 26 user portal for the Discourse connection, it redirects to Discourse with the path: /session/sso_provider?sso=....

This generates a 404 in discourse, with no further error logs.

@danir-de
Copy link
Author

danir-de commented Nov 7, 2024

This seems related to the SSO address in Discourse being changed from /session/sso_provider? to /session/sso_login?

- 77      address += "/session/sso_provider?";
+ 77      address += "/session/sso_login?";

@splatch
Copy link
Member

splatch commented Nov 8, 2024

Hello @danir-de I would need to check recent updates to SSO side of discourse. I believe that linking is no different than login on keycloak side, so if linking doesn't work then login as well.

@splatch splatch self-assigned this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants