-
- Downloads
Allow login through OpenID Connect (#16221)
* added OpenID Connect as an SSO option * minor fixes * added comments, removed an option that shouldn't be set * fixed Gemfile.lock * added newline to end of Gemfile.lock * removed tab from Gemfile.lock * remove chomp * codeclimate changes and small name change to make function's purpose clearer * codeclimate fix * added SSO buttons to /about page * minor refactor * minor style change * removed spurious change * removed unecessary conditional from ensure_valid_username and added support for auth.info.name in user_params_from_auth * minor changes
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 41 additions, 0 deletionsGemfile.lock
- app/controllers/auth/omniauth_callbacks_controller.rb 2 additions, 4 deletionsapp/controllers/auth/omniauth_callbacks_controller.rb
- app/models/concerns/omniauthable.rb 14 additions, 9 deletionsapp/models/concerns/omniauthable.rb
- config/initializers/omniauth.rb 39 additions, 2 deletionsconfig/initializers/omniauth.rb
Loading
Please register or sign in to comment