Skip to content

Commit 5d06014

Browse files
committed
Revert "Pass proper encryption keys when retrieving the subject NameID"
This reverts commit 7c82d89.
1 parent 1de6a36 commit 5d06014

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
@@ -399,7 +399,7 @@ def _translate_response(self, response, state):
399399
)
400400

401401
# The SAML response may not include a NameID.
402-
subject = response.get_subject(keys=self.encryption_keys)
402+
subject = response.get_subject()
403403
name_id = subject.text if subject else None
404404
name_id_format = subject.format if subject else None
405405

0 commit comments

Comments
 (0)