Actions
Bug #13230
closedOauth headers are no longer working with rails 4
Description
This https://github.com/theforeman/foreman/blob/94508562b8c10b8b53dcb0badaa8abe31887d059/app/services/sso/oauth.rb#L22 has changed to HTTP_FOREMAN_USER. Rails 4 names headers in uppercase prefixed with HTTP.
See http://stackoverflow.com/questions/19972313/accessing-custom-header-variables-in-ruby-on-rails
Actions