Redmine 2.3 or later
Type below commands:
$ cd $RAILS_ROOT/plugins $ git clone git://github.com/suer/redmine_oauth_provider.git
Create database tables:
rake redmine:plugins:migrate RAILS_ENV=production
Then, restart your Redmine.
Access to
http://your.redmine.host/oauth_clients/
And register your applications.
-
Request Token URL:
http://your.redmine.host/oauth/request_token
-
Access Token URL:
http://your.redmine.host/oauth/access_token
-
Authorize URL:
http://your.redmine.host/oauth/authorize