Recent content by Bryan_D2

  1. 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...
  2. 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' =>...
  3. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Thank you again! Okay, off to testing I go.
  4. 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...
  5. 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
  6. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

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

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    No way thank you so much! I owe you drink or two.
  8. 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!
  9. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    thanks! Will check that out too!
  10. 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...
  11. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Board is now active. Re-testing, and I keep getting a response code 400 and an invalid grant. I tried to dig into the API docs, but the two of the three entries into OAuth2 are "Unknown, documentation incomplete" https://xenforo.com/community/pages/api-endpoints/#route_post_oauth2_revoke...
  12. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    I did have it set to inactive! Okay will enable and retest thank you.
  13. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    Update: I tried creating a new VM, a basic new installation of XenForo 2.3.6, no database import, and a new MediaWiki, and got the same result. Is there a place to find logs of OAuth activity in XenForo?
  14. B

    XF 2.3 XenForo OAuth troubleshooting help needed MediaWiki

    I'm new to XenForo; our whole forum is moving to XenForo from vBulletin in the next few weeks. We have run into a problem with OAuth talking to MediaWiki. So, after a lot of debugging and troubleshooting, I tried a different solution, using WordPress as an OAuth client and XenForo as the OAuth...
Back
Top Bottom