I am not able to get the email field to automatically fill when creating a 
user using the cas3 provider, it does bring in my username.  Does anyone 
have this working?  Would you mind sharing the code?  Here's what I have:

  gitlab_rails['omniauth_providers'] = [
    {
        "name" => "cas3",
        "label" => "cas",
        "args" => {
            "url" => "https://casserver.mydomain.domain/";,
            "login_url" => "cas/login",
            "service_validate_url" => "cas/serviceValidate",
            "logout_url" => "cas/logout",
            "email_key" => "mail",
            "extern_uid" => "cn"
        }
    }


Thanks,

Byron

-- 
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/a96afdb1-ca69-4b73-b9f2-41f64f5798dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to