1. 18 10月, 2017 1 次提交
    • T
      Fix SAML error 500 when no groups are defined for user · b40ff634
      Toon Claes 提交于
      When there are no groups defined in the auth hash attributes,
      `Gitlab::Saml::AuthHash#groups` should return an empty array, and
      `Gitlab::Saml::User#find_user` should not mark the user as external.
      
      Closes gitlab-org/gitlab-ce#38923.
      b40ff634
  2. 02 10月, 2017 1 次提交
  3. 25 9月, 2017 1 次提交
  4. 09 8月, 2017 1 次提交
  5. 27 7月, 2017 1 次提交
  6. 15 6月, 2017 1 次提交
  7. 26 4月, 2017 1 次提交
  8. 25 4月, 2017 1 次提交
  9. 23 2月, 2017 4 次提交
  10. 09 8月, 2016 1 次提交
  11. 02 7月, 2016 1 次提交
  12. 23 6月, 2016 1 次提交
  13. 09 6月, 2016 1 次提交
  14. 08 6月, 2016 1 次提交
  15. 07 6月, 2016 1 次提交
  16. 07 4月, 2016 2 次提交
  17. 06 4月, 2016 1 次提交
  18. 05 4月, 2016 1 次提交
  19. 19 2月, 2016 4 次提交
  20. 09 12月, 2015 1 次提交
  21. 04 10月, 2015 1 次提交
  22. 08 9月, 2015 1 次提交
  23. 22 6月, 2015 1 次提交
  24. 18 6月, 2015 1 次提交
  25. 03 6月, 2015 1 次提交
    • A
      Add option to automatically link omniauth and LDAP identities · dfcea8ed
      Alex Lossent 提交于
      Until now, a user needed to first sign in with his LDAP identity and then manually
      link his/her account with an omniauth identity from their profile.
      Only when this is done can the user authenticate with the omniauth provider and at
      the same time benefit from the LDAP integration (HTTPS authentication with LDAP
      username/password and in EE: LDAP groups, SSH keys etc.).
      This feature automates the process by looking up a corresponding LDAP person when a
      user connects with omniauth for the first time and then automatically linking the LDAP
      and omniauth identities (of course, like the existing allow_single_sign_on setting,
      this is meant to be used with trusted omniauth providers).
      The result is identical to a manual account link.
      
      Add config initializers for other omniauth settings.
      dfcea8ed
  26. 10 4月, 2015 1 次提交
  27. 13 2月, 2015 2 次提交
  28. 04 12月, 2014 1 次提交
  29. 17 10月, 2014 2 次提交
  30. 16 10月, 2014 1 次提交
  31. 10 10月, 2014 1 次提交