timwaters / omniauth-mediawiki

MediaWiki OAuth strategy for Omniauth, used for all wikimedia.org wikis (e.g. commons.wikimedia.org , wikipedia.org) with the oauth extension installed
Other
4 stars 9 forks source link

Stucks at "Request phase initiated" #10

Open ferdi2005 opened 3 years ago

ferdi2005 commented 3 years ago

Hi @timwaters, I'm experiencing some problems with this gem. The authentication stucks at

Started POST "/auth/mediawiki" for 127.0.0.1 at 2021-06-21 00:23:08 +0200
I, [2021-06-21T00:23:08.543415 #95373]  INFO -- omniauth: (mediawiki) Request phase initiated.

with no errors. I'm using the latest version of this gem with omniauth 1.9.1 and Rails 6.1.3.2 (and commons.wikimedia.org). Any ideas?

ferdi2005 commented 3 years ago

Could this connected to the fact that MediaWiki oAuth requires oob as oauth_callback when the customer has a set callback path?