Skip to content

nettantra/redmine_google_apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Apps login for Redmine

This Redmine plugin allows you to login using your Google Apps domain's user.

Requirements

  • Redmine 1.2.x or newer
  • The gems 'ruby-openid' and 'ruby-openid-apps-discovery' installed
  • ... a Google Apps domain ;-)

Install

Clone the plugin source code into your Redmine's plugin directory.

  • Redmine 1.x

      git clone git://github.com/waj/redmine_google_apps.git vendor/plugins/redmine_google_apps
    
  • Redmine 2.x

      git clone git://github.com/waj/redmine_google_apps.git plugins/redmine_google_apps
      bundle install --without development test
    

Install the required gems:

gem install ruby-openid ruby-openid-apps-discovery

Setup

Login with your administrator account, go to the Administration section and now you should see the 'Google Apps' link. Add your Google Apps domain like 'example.com'. (Note, it's not www.example.com).

Logout and go to the login page again. Now a link to login with your Google Apps domain should be visible.

Setting Up Your Domain for OpenID

Follow the instructions here:

http://jeremiahlee.com/blog/2009/09/28/how-to-setup-openid-with-google-apps/

About

Redmine plugin to use Google Apps users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.1%
  • CSS 2.9%