Loading include/front-controller.php +2 −2 Original line number Diff line number Diff line Loading @@ -220,8 +220,8 @@ Flight::route('/auth/x509', function() { }); Flight::route('/local', function() { global $AUTHENTICATION_METHODS; sendAuthRedirect($AUTHENTICATION_METHODS['LocalIdP']['url']); global $locator; Flight::redirect($locator->config->authenticationMethods->LocalIdP->url); }); /** Loading Loading
include/front-controller.php +2 −2 Original line number Diff line number Diff line Loading @@ -220,8 +220,8 @@ Flight::route('/auth/x509', function() { }); Flight::route('/local', function() { global $AUTHENTICATION_METHODS; sendAuthRedirect($AUTHENTICATION_METHODS['LocalIdP']['url']); global $locator; Flight::redirect($locator->config->authenticationMethods->LocalIdP->url); }); /** Loading