Improve error reporting for SAML replay protection

This commit is contained in:
Maxime Besson 2020-04-18 19:54:02 +02:00
parent f7bedaf088
commit 55f3ca0e77

View File

@ -1743,6 +1743,8 @@ sub replayProtection {
return 0; return 0;
} }
} }
} else {
$self->logger->warn( "No assertion session found for request ID ".$samlID);
} }
return 0; return 0;