File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ `1.1.0 `_ - 2018-12-07
5+ ---------------------
6+
7+ **Added **
8+
9+ * Add a setting to force a login screen and disable SSO on ADFS.
10+ * Documentation about how to enable SSO for other browsers than IE & Edge.
11+
12+ **Fixed **
13+
14+ * Prevent username field from being overwritten by a claim mapping.
15+ * Prevent traceback upon logout when ADFS config is not yet loaded.
16+ * Fix fields in log messages being swapped.
17+
18+ **Security **
19+
20+ * Don't allow the audience claim to be ignored. Preventing access token reuse.
21+ * Set an unusable password on newly created user instead of leaving it empty.
22+
423`1.0.0 `_ - 2018-12-05
524---------------------
625
Original file line number Diff line number Diff line change 44Adding imports here will break setup.py
55"""
66
7- __version__ = '1.0 .0'
7+ __version__ = '1.1 .0'
You can’t perform that action at this time.
0 commit comments