diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-02-18 17:01:07 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-02-18 17:01:07 -0500 |
commit | 06376be56a84b43976b63aad91638fb2c00fec1a (patch) | |
tree | 049b4900ff1700a257a0da502f3c201c5e871bd1 /CHANGELOG | |
parent | ea4d2741a2b574407b0bd387ccd6a8202c014fc5 (diff) | |
download | gitlab-ce-06376be56a84b43976b63aad91638fb2c00fec1a.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 |