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/81ebd47f-fcc0-46d6-a9e1-daf874c55951%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to