unable to authorize apps to access my site via OAuth (1.0.0alpha5)
unable to authorize apps to access my site via OAuth (1.0.0alpha5)
| Issue ID: | 3244 |
| Issue Category: | bug |
| Component: | integration |
| Priority: | major |
| Status: | invalid |
| Assigned: | Unassigned |
| Version: | 1.0 |
| Keywords: | client apps, oauth |
This previously worked in 0.9.7
but now neither mustard nor identicurse can be authorized apps for my site.
In the case of identicurse i created the app and provided the keys, wouldn't work.
in the case of mustard an authorization attempt returns:
authURL is null.

Updates
#1
What system are you using? PHP-CGI apparently has some problem with this, addressed at least in the Apache .htaccess sample provided along with source code.
## Uncomment these if having trouble with API authentication
## when PHP is running in CGI or FastCGI mode.
#
#RewriteCond %{HTTP:Authorization} ^(.*)
#RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
If applicable for the situation, could you please try applying these rules and then see if the problem persists?
(or if not applicable please describe your system configuration a bit more)
#2
Yes uncommenting the lines in .htaccess has enabled OAuth registration via Mustard.!
#3
Great! Maybe this should be pointed out more properly in documentation? (I only remember it because I saw it in the htaccess.sample file)
Marking it as invalid as there wasn't really a bug in the beginning .)
You can also subscribe to the
RSS feed for updates to this issue.