SmartCard Login

I have setup Gitlab-ee 14.6 Omnibus for a self managed environment. I have a requirement to implement smartcard authentication. I have followed the gitlab documentation for smartcard authentication.
Edit /etc/gitlab/gitlab.rb:

gitlab_rails[‘smartcard_enabled’] = true
gitlab_rails[‘smartcard_ca_file’] = “/etc/ssl/certs/CA.pem”
#gitlab_rails[‘smartcard_client_certificate_required_host’] = “smartcard.example.com
gitlab_rails[‘smartcard_client_certificate_required_port’] = 3444

After reconfigure gitlab and start a session for login page there’s no option to login with a smartcard has anybody seen this issue or what am I doing wrong?

Hi @rtjohn57 ! :wave:

Smartcard authentication is a paid feature only available in GitLab Premium and Ultimate.

image

Sorry for any confusion!

1 Like

Thank you I wasn’t aware of that will let me team know that’s this issue. even though we configured it we don’t have a subscription plan yet for this feature.