Skip to content

OAuth provider plugin for Redmine with implementation of oauth-plugin

Notifications You must be signed in to change notification settings

a-ono/redmine_oauth_provider

This branch is 11 commits ahead of, 17 commits behind suer/redmine_oauth_provider:master.

Repository files navigation

Redmine OAuth Provider

Requirements

Redmine 2.3

Installation

  1. Copy the plugin directory into the plugins directory

  2. Install the required gems

    bundle install --without development test
  3. Execute migration

    rake redmine:plugins:migrate RAILS_ENV=production
  4. Start Redmine

Manage your client applications

Administration > OAuth Client 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

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.7%
  • HTML 24.1%
  • CSS 0.2%