Skip to content

OAuth provider plugin for Redmine with implementation of oauth-plugin

Notifications You must be signed in to change notification settings

K0GiHF9S/redmine_oauth_provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine OAuth Provider

Requirements

Redmine 4.0.x

Installation

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.

Manage your client applications

Access to

http://your.redmine.host/oauth_clients/

And register your applications.

OAuth URL

  • 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
    

About

OAuth provider plugin for Redmine with implementation of oauth-plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 76.9%
  • HTML 22.9%
  • CSS 0.2%