Apply patch to other location (#1449)

environments/ppa-mbqj77/deployments/33
Clément OUDOT 7 years ago
parent dc978f5cc2
commit 0c8ab9a5f6
  1. 3
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/SAML.pm

@ -1441,7 +1441,8 @@ sub sloServer {
if ($session_index) {
my $sessionIndexSession = $self->getSamlSession($session_index);
return PE_SAML_SESSION_ERROR unless $sessionIndexSession;
return $self->p->sendError( $req, 'SAML session not found', 400 )
unless $sessionIndexSession;
$local_session_id = $sessionIndexSession->data->{_saml_id};

Loading…
Cancel
Save