OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Markus Kahl 1a24937869 don't choke on missing setting 11 years ago
lib don't choke on missing setting 11 years ago
spec/requests
CHANGELOG.md
README.md
openproject-openid_connect.gemspec

README.md

OpenProject OpenID Connect Plugin

Adds support for OmniAuth OpenID Connect strategy providers, most imporantly Google.

Dependencies

You will have to add the following lines to your OpenProject's Gemfile.plugins for the time being:

gem 'omniauth-openid-connect', :git => 'git@github.com:finnlabs/omniauth-openid-connect.git', :branch => 'master'
gem 'openproject-openid_connect', :git => 'git@github.com:finnlabs/openproject-openid_connect.git', :branch => 'master'

Development

If you want to run the tests you will have add the following as well:

group :test do
  gem 'rspec-steps', '~> 0.4.0'
end

Issue Tracker

https://www.openproject.org/projects/openid-connect/work_packages