summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth/saml/identity_linker.rb
blob: 7e4b191d512a9f367194189b1a97531afc2bb9bf (plain)
1
2
3
4
5
6
7
8
module Gitlab
  module Auth
    module Saml
      class IdentityLinker < OmniauthIdentityLinkerBase
      end
    end
  end
end