Project 'perun-proxy-aai/simplesamlphp/simplesamlphp-module-perun' was moved to 'perun/perun-proxyidp/v1/simplesamlphp-module-perun'. Please update any links and bookmarks that may still have the old path.
fix: auth_event_filter code fixes
Compare changes
@@ -12,6 +12,7 @@ use SimpleSAML\Logger;
@@ -12,6 +12,7 @@ use SimpleSAML\Logger;
@@ -107,11 +108,13 @@ class AuthEventLogging extends ProcessingFilter
@@ -107,11 +108,13 @@ class AuthEventLogging extends ProcessingFilter
@@ -129,18 +132,17 @@ class AuthEventLogging extends ProcessingFilter
@@ -129,18 +132,17 @@ class AuthEventLogging extends ProcessingFilter
$idpTableId = $dbCmd->getIdFromIdentifier($dbCmd, self::TABLE_LOGGING_IDP, $idpIdentifier, $idpName);
$upstreamACRsTableId = $dbCmd->getIdFromForeignTable($dbCmd, self::TABLE_UPSTREAM_ACRS, $upstreamACRs);
$userAgentRawTableId = $dbCmd->getIdFromForeignTable($dbCmd, self::TABLE_USER_AGENT_RAW, $userAgentRaw);