Skip to content

Commit 7d60ff0

Browse files
committed
Bump saml2-lib
1 parent 22bc735 commit 7d60ff0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
"simplesamlphp/assert": "^2.0",
3636
"simplesamlphp/composer-module-installer": "^1.7",
37-
"simplesamlphp/saml2-legacy": "^4.20",
37+
"simplesamlphp/saml2": "^6.1",
3838
"simplesamlphp/simplesamlphp": "^2.5@dev"
3939
},
4040
"require-dev": {

src/Auth/Process/Fticks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace SimpleSAML\Module\fticks\Auth\Process;
66

7-
use SAML2\Constants;
7+
use SimpleSAML\SAML2\Constants as C;
88
use SimpleSAML\Assert\Assert;
99
use SimpleSAML\Auth;
1010
use SimpleSAML\Configuration;
@@ -384,7 +384,7 @@ public function process(array &$state): void
384384
&& preg_match('/UserPass/', $state['SimpleSAML_Auth_State.stage'])
385385
) {
386386
/* hack to try identify LDAP et al as Password */
387-
$fticks['AM'] = Constants::AC_PASSWORD;
387+
$fticks['AM'] = C::AC_PASSWORD;
388388
}
389389

390390
/* ePTID */

0 commit comments

Comments
 (0)