File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 44
55namespace SimpleSAML \Module \fticks \Auth \Process ;
66
7- use SAML2 \Constants ;
7+ use SimpleSAML \ SAML2 \Constants as C ;
88use SimpleSAML \Assert \Assert ;
99use SimpleSAML \Auth ;
1010use 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 */
You can’t perform that action at this time.
0 commit comments