• Extensions
  • PHP and WordPress Single Sign On (SSO) with optional JWT Addon

gus Try making a request with this tool: https://reqbin.com/
I've used it to debug requests for my Flarum
Try adding headers, edit contents...
Make sure it's a POST request. You can get default parameters from the Flarum class

  • gus likes this.

User39 you'll need to build a SSO system that acts like an intermediary between Flarum and MC Auth.
The workflow basically is this:
LOGIN (MC Auth) --> PHP SSO system (Logs the user into Flarum) --> Flarum (Logged in)
If you have any questions, feel free to ask!

After a few hours of messing around, I have finally managed to do it successfully.

@GusAragn @Rootzilla I literally had the same problem like you guys.

For me the problem was that my Wordpress Admin account was the same as Flarum account. In order to successfully sign in I had to delete all users in Flarum database which had the same email address or username.

To keep it short: WP user cant log in if there is a similar user already in Flarum database. Is that the way it's supposed to be @maicol07 ? Also, thank you for everything!

    hrvoje_hr Very strange. I don't use WP as SSO server so I don't know if this is right (maybe it's a WP bug?)

    gus maybe does your ISP/firewall blocking out connections and requests?

    • gus replied to this.
    • gus likes this.

      maicol07
      Yes, thank you ! It works, I had to unable the server's firewall

      Hey maicol07 ,
      do you know how can I disable the button to upload an avatar ?
      (And where should I do this in the project ?)

        a month later
        a month later

        Release 1.4.0 - Small features

        This release includes a new feature that can disable login and signup buttons (or one of the two), prevents plugin activation when not set and fixes the icon in extensions list.

        Changelog

        Major changes are marked with ❗️

        • ❗️ Added remove signup and login button features (thanks to @Artuu)
        • If no login URL is set, SSO will be prevented
        • Fixed and changed icon

        Release 1.4.1 - Critical fixes

        This hotfix fixes a crash at Flarum startup and moves extension settings modal construction to @fof/components

        Changelog

        Major changes are marked with ❗️

        • ❗️ Critical fix to solve crash at Flarum startup
        • Extension settings modal construction moved to @fof/components (thanks to @datitisev for its lib)
        • Code enhancements

        Updating

        Run composer update command or use Bazaar

        Links

        14 days later

        For some reasons, Packagist haven't updated the release to 1.4.1 so for all the ones that are blocked outside of flarum with the message "Something strange happened trying to load the full version of the site" you must update temporary to 'dev-master' editing composer.json. I've written to Packagist to get help with this.
        Thanks for understanding!

          maicol07 You should not have version specified in your composer.json - version is detected from tag name.

            rob006 Yeah, Packaging team said me too (honestly didn't know about it). Tomorrow I will remove it.

            FIXED! Now with release 1.4.3 (rolled only for update packagist) version is bumped up automatically and there shouldn't be errors anymore (until new releases...)

            6 days later

            I wasnt able to get this to work ,,,,,
            I try to login but it freeze with no error ?!
            not sure about the instructions are not clear

            thanks

              Sndan please can you give more details about the freeze? What message do you get, ...?

                maicol07
                this is the problem ... ii am on debug mode but no error msg is shown ?!

                  Sndan do you have a screenshot or something else? What version of the extension are you using?