# redmine_oauth_provider **Repository Path**: mirrors_openSUSE/redmine_oauth_provider ## Basic Information - **Project Name**: redmine_oauth_provider - **Description**: OAuth provider plugin for Redmine with implementation of oauth-plugin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = 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 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