I'm sorry we can't add support for all external authentication methods, but if you are lucky you can easily add it yourself. If there is an omniauth provider for it you can probably get it to work relatively easy following https://github.com/gitlabhq/gitlabhq/wiki/Using-Custom-Omniauth-Providers .
By Administrator on 2012-11-27T19:09:46 (imported from GitLab project)
By Administrator on 2012-11-27T19:09:46 (imported from GitLab)
Can you update this wiki page or provide any example for integration with crowd ? I found https://github.com/robdimarco/omniauth_crowd but after adding omniauth_crowd in gemfile, I can't find place in gitlab where I can put this config:
Rails.application.config.middleware.use OmniAuth::Builder do
provider :crowd, :crowd_server_url=>"https://crowd.mycompanyname.com/crowd", :application_name=>"app", :application_password=>"password"
end
By Administrator on 2013-08-21T12:19:18 (imported from GitLab project)
By Administrator on 2013-08-21T12:19:18 (imported from GitLab)
I have working gitlab with atlassian crowd. It's a little bit hacky, teh default setup with OmniAuth was not working ;(
I'm going to install new instance this week, so I will write an blog post and send link.
By Administrator on 2014-01-07T19:36:07 (imported from GitLab project)
By Administrator on 2014-01-07T19:36:07 (imported from GitLab)