diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-02-17 13:13:15 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-02-18 13:22:19 -0500 |
commit | f014127e173b718b81879634c1dac9191184995c (patch) | |
tree | c391d1539973e95cf37af32686dd7fe6573bad24 /CHANGELOG | |
parent | 7f7eef2aef31f9cd4297d25d4416515182aa9482 (diff) | |
download | gitlab-ce-f014127e173b718b81879634c1dac9191184995c.tar.gz |
Decouple SAML authentication from the default Omniauth logic
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index b0d08d97226..a889ce744ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -64,6 +64,9 @@ v 8.5.0 (unreleased) - Fix broken link to project in build notification emails - Ability to see and sort on vote count from Issues and MR lists - Fix builds scheduler when first build in stage was allowed to fail + - Allow SAML users to login with no previous account without having to allow + all Omniauth providers to do so. + - Allow existing users to auto link their SAML credentials by logging in via SAML v 8.4.4 - Update omniauth-saml gem to 1.4.2 |