Revert "Propagate to MFA #1877"

This reverts commit 96f6667f24.
This commit is contained in:
Clément OUDOT 2022-09-15 12:05:23 +02:00
parent e939589c7e
commit 585fae7d83
1 changed files with 3 additions and 3 deletions

View File

@ -142,9 +142,9 @@ sub _verify {
"Update sessionInfo with new authenticationLevel: $l");
$req->sessionInfo->{authenticationLevel} = $l;
# Compute macros & groups with new authenticationLevel
$self->logger->debug("Compute macros and groups...");
$req->steps( [ $self->p->groupsAndMacros, 'setLocalGroups' ] );
# Compute macros & local groups again with new authenticationLevel
$self->logger->debug("Compute macros and local groups...");
$req->steps( [ 'setMacros', 'setLocalGroups' ] );
if ( my $error = $self->p->process($req) ) {
$self->logger->debug("SFA: Process returned error: $error");
$req->error($error);