Skip to content

Commit b9fc02d

Browse files
Merge pull request #453 from melanger/patch-3
fix: correct typo in saml2 backend
2 parents a626259 + 355eb05 commit b9fc02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/satosa/backends/saml2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def authn_response(self, context, binding):
435435
except Exception as e:
436436
msg = {
437437
"message": "Authentication failed",
438-
"error": f"Failed to parse Authn response: {err}",
438+
"error": f"Failed to parse Authn response: {e}",
439439
}
440440
logline = lu.LOG_FMT.format(id=lu.get_session_id(context.state), message=msg)
441441
logger.debug(logline, exc_info=True)

0 commit comments

Comments
 (0)