FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Integration with discourse

    Scheduled Pinned Locked Moved
    General Discussion
    2
    2
    440
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      julien
      last edited by

      Hi everyone,

      I am struggling to try to integrate discourse ( https://meta.discourse.org/t/official-single-sign-on-for-discourse-sso/13045 ) with fusionauth.
      I can't find any litterature on this.
      Anyone has achieved this ?

      1 Reply Last reply Reply Quote 0
      • danD
        dan
        last edited by

        On reading through your linked document, FusionAuth doesn't support this natively. There's no 'sso' endpoint which does what the docs say must be done (checking the signature, creating the new payload, etc...).

        You have a couple of options:

        • file a feature request: https://github.com/fusionauth/fusionauth-issues/issues explaining what you'd like to have done
        • use OIDC for discourse (which should work with FusionAuth out of the box): https://meta.discourse.org/t/openid-connect-authentication-plugin/103632
        • set up a small proxy server which would receive the SSO request from discourse, present a login screen, and call the FusionAuth Login API to authenticate the user

        I'd probably recommend the OIDC route unless there's some reason why it wouldn't work for you.

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • First post
          Last post