jeanszuloo.blogg.se

Mediawiki oauth
Mediawiki oauth







So there is still stuff to be unfortunately there isn't anything which is "standard" in the world of authentication. It produces a login to a username "2", no matter who is logged in to phabricator and misses a session. Right now we made it work to talk to phabricator and make it at least seem to be able to login.

  • Finally we found, which is obviously not that active anymore, and does not work without further hacks.
  • The google-login extension is indeed OAuth2 based, but uses a library that is specifically written for the google servers, too much to rewrite for our case.
  • Also, it is written to support OAuth login via another wiki.
  • OAuthAuthentication extension does not work, it is based on OAuth1, while Phabricator works with OAuth2.
  • Some existing solutions of OAuth login were tested: It was hacked to add the option to login via identity.ko. What stopped updates in the past was the use of a hacked version of the openid extension.
  • Theme: Old theme Neverland not compatible with the new codebase => Rewritten to reflect the changes.
  • Mediawiki oauth update#

    Update to the latest MW code => upstream repo + needed extension (last version available: REL1_26).Test domain => test domain requested with userbase data.Phabricator already has all of this, so let's leverage it to reduce That would require adding OAuth2 Provider, and appropriate API code to What if we make mediawiki, phabricator, etc. Take this step in the long run is another thing altogether. This would be a step in that direction yes. Would Phabricator become the master user account manager, replacing Of Mediawiki and Phabricator chatting over OAuth2? Is there anyone who could help sorting out getting the latest version

    mediawiki oauth mediawiki oauth

    Support OAuth rather well too, so bonus points there.) Phabricator - so moving in this direction now is probably a good ideaįor future proofing (I believe the recent versions of phpBB also Problems the current Identity system is causing, we're alsoĬonsidering replacing LDAP with OAuth2 - potentially hosted by Probably create more problems down the line.

    mediawiki oauth

    The code in the existing plugin isįairly complex, and even if we do fix it for this time around it'll I'm suggesting we replace it completely with OAuth2Īuthentication against Phabricator.







    Mediawiki oauth