Using SAML app gives ConditionalCheckFailedException on backend with DynamoDB #39833
Labels
audit-log
Issues related to Teleports Audit Log
bug
internal-bounty-ineligible
sec-sev-medium
Security Vulnerability - Medium Severity
sec-type-audit
Security Vulnerability - Audit Log Bypass
security
Security Issues
Expected behavior:
Using SAML app should have one audit log per logic/click from WebUI. Backend should not error when emitting the event. (the event is
saml.idp.auth
, with display name SAML IDP authentication)Current behavior:
Only first-time login gives an audit log. Proxy/Auth throws errors on audit event emitted on the same session ID after first login.
Related issue:
Thanks to #38495, now we are catching this. Prior to #38495, it was likely silently overwriting the same key.
Bug details:
The text was updated successfully, but these errors were encountered: