I'm not confident we support this. I'd also say it's mostly unlikely that this endpoint will change. The default is perfectly reasonable as far as I can tell. Can you try the default and see if it works for you?
On Monday, July 25, 2016 at 5:08:44 PM UTC-5, douglas.mott...@gmail.com wrote: > > It seems to be available in the omniauth-cas gem, > https://github.com/tduehr/omniauth-cas3 (mind you I'm not an expert in > this), but when I added it, it didn't seem to work. > > My CAS provider whitelists URL callbacks so keeping to one is advantageous > so I don't have to keep re-registering if/when it changes. > > Doug > > On Monday, July 25, 2016 at 5:54:34 PM UTC-4, Drew Blessing wrote: >> >> I'm not sure if GitLab supports a custom callback URL. Is there a reason >> you need to change it from the default? >> >> On Thursday, July 21, 2016 at 1:41:53 PM UTC-5, douglas.mott...@gmail.com >> wrote: >>> >>> Has anyone tried to set the "callback_url" property for the >>> omniauth-cas3 provide? >>> >>> It doesn't seem to "take" when I set it up in /etc/gitlab/gitlab.rb for >>> the omnibus install >>> >>> gitlab_rails['omniauth_providers'] = [ >>> >>> { >>> >>> "name"=> "cas3", >>> >>> "label"=> "cas", >>> >>> "args"=> { >>> >>> "url"=> 'XXXXXXXXX', >>> >>> "login_url"=> '/login', >>> >>> "callback_url"=> '/users/auth/cas/callback', >>> >>> "service_validate_url"=> '/serviceValidate', >>> >>> "logout_url"=> '/logout' >>> >>> } >>> >>> } >>> >>> ] >>> >>> >>> >>> Is there a log file I should be looking into? >>> >>> Thanks, >>> >>> Doug >>> >> -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/23d5d36c-52a2-47a9-b0c0-1cb9a36a7260%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.