forked from privacyidea/simplesamlphp-module-privacyidea
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog
66 lines (45 loc) · 1.76 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Version 1.8 2019-02-xx
* Add pass on no token
* Add multiple uid keys
* Add triggerchallenge
* Fixed multi challenge
* Add token enrollment (totp, hotp and u2f)
* Add possibility to disable 2FA for special ip addresses
* Add option to disable 2FA
Version 1.7 2018-11-20
* Support authproc filter. Allow this module to either be used as Authsource
or as Authproc Filter.
Version 1.6 2018-10-01
* Add support for multivalue attributes like groups or mobile numbers
* Return attributes as arrays to simpleSAMLphp
* Code cleanup: Replace [] with array()
* Remove debugging of attribute values
* Use default attribute map, if none is given in the config
* Add detailmap, to also map values from the details section (like serial or tokentype) to SAML attributes
* Add concatenation, to merge two attributes together
Version 1.5.1 2017-07-21
* Use array as curl parameter to be able to pass a username like
user@realm
Version 1.5 2017-03-02
* Add Google like Login Theme
* Forward the Client IP to the privacyIDEA server
* Allow for enhanced attribute mapping
* Improve robustness for encoding
* Remove password from Debug log
* Remove attributes from POST data screen
* Remove loginmode from redirectTrustedUrl
Version 1.4.1 2017-01-18
* Modify the debug logging. Remove the password.
Version 1.4 2016-11-01
* Allow different order of login information
* 1. username / password+otp
* 1. username / password 2. OTP
* 1. OTP 2. username / password
* Add dutch translation
Version 1.3.1 2016-01-07
* Add Layout for Univention Corporate Server
* Fix parameter injection
Version 1.2 2015-11-25
* Add Login UI that supports Challange Response and U2F tokens.
Version 1.1 2015-11-05
* Fix problem with wrong URL path