We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28ce62 commit 75bafe6Copy full SHA for 75bafe6
src/oauth/PhutilMediaWikiAuthAdapter.php
@@ -98,7 +98,7 @@ public function shouldAddCSRFTokenToCallbackURI() {
98
}
99
100
protected function getAuthenticateBaseURI() {
101
- return $this->getMediaWikiBaseURI('rest.php/oauth2/authorize');
+ return $this->getMediaWikiBaseURI('rest.php/oauth2/authorize/');
102
103
104
public function setAdapterDomain($domain) {
@@ -107,7 +107,7 @@ public function setAdapterDomain($domain) {
107
108
109
protected function getTokenBaseURI() {
110
- return $this->getMediaWikiBaseURI('rest.php/oauth2/access_token');
+ return $this->getMediaWikiBaseURI('rest.php/oauth2/access_token/');
111
112
113
protected function loadOAuthAccountData() {
0 commit comments