Implement Discourse SSO #126
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since Discourse will be the main support and documentation site for kosmos.org accounts, it would be useful to be able to link users from Accounts to Discourse without them having to log in on Discourse again (and directly to relevant categories). Also, the custom LDAP plugin we use is a bit of a UX nightmare to begin with.
Turns out, Discourse has decent SSO support, and they keep a reference implementation in Ruby anyway:
https://meta.discourse.org/t/setup-discourseconnect-official-single-sign-on-for-discourse-sso/13045
Looks like it would be extremely easy to add, and UX-wise it would be a big win.