Recent content by Bryan_D2

  1. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Good point, digging more into it I was thinking of using maybe email for this but that that is the same problem as the username. I found that XenForo returns "user_id": 889996, so maybe that could be the driver, and MediaWiki uses a user_id is the primary key. I guess if this was a new Wiki...
  2. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    THANK YOU!! You ROCK! It is working. I so owe you a drink or two.
  3. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Thanks again for the help so far and sorry, to confuse you. Maybe seeing it will help understanding what we are seeing. Below is a quick video of what I am seeing. The Request Initiator Chain photo is from the last webpage in the video. The code replies in the post above are me clicking through...
  4. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Thank you again, now lets see if I can get all this into on post. Really convinced it a configuration error at this point. Let me know if you want me to pull more to review. After I click on Log in with XenForo it dumps into XenForo no pop ups 1st URL in Request Initiator Chain (confirmed...
  5. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Thank you again. No I am not seeing that, but seeing you having that is giving me hope. I can share a video if you want. I see one thing of note and new in the logs "Error: Could not get code from Array" 2025-04-29 02:22:57 dev wiki_new-mw_: XenForoOAuthProvider Initialized. 2025-04-29...
  6. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Yup, I've flushed cache, tried in private mode. Also been testing in FireFox, Brave,Chrome and Safari too. I also flushed caches in MediaWiki too. ( php maintenance/update.php in the MediaWiki root folder. ) I don't see everthing in your post. I see the calls in the code to write to the log...
  7. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Okay this is exciting, much further along. Got the same error with all test accounts stating "Authentication failed (are you authorised for this wiki?)." I was thinking maybe it was related to groups so I added to the LocalSettings the following, but no change in the error. 'groupsyncs' =>...
  8. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Thank you again! Okay, off to testing I go.
  9. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Installed last night and testing this morning on two VMs, but getting a username error. I sign into XenForo 1st, jump over to the MediaWiki using a Tab I created in navigation. The tab goes to the wiki home page, starting to think maybe it should go to the special login page not the main page...
  10. B

    XF 2.3 API / Oauth2 : get username and email [2.3.0B5]

    You might want to follow this thread https://xenforo.com/community/threads/xenforo-oauth-troubleshooting-help-needed-mediawiki.230291/#post-1743027
  11. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    THANK YOU, going to test this out now.
  12. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    No way thank you so much! I owe you drink or two.
  13. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Thank you for taking a look. Coding is not my day job, so trying to piece it together as I go. Good catch on the Abstract public vs just public function. Will correct that and see how far I get. Thanks again!
  14. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Sure! The way it should work is Extension PluggableAuth is the frame work for all the various methods and WSOAuth (Wikibase Solutions OAuth) Allows you to create new providers. These are placed into the WSOAuth Extension folder. (extensions/WSOAuth/src/AuthenticationProvider) LocalSettings also...
Back
Top Bottom