Skip to content

Commit 4c53112

Browse files
author
Roland Hedberg
committed
Switched back to what it should be.
1 parent 0dde360 commit 4c53112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/idp2/idp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def do(self, request, binding, relay_state="", encrypt_cert=None):
721721
name_id = _query.subject.name_id
722722
uid = name_id.text
723723
logger.debug("Local uid: %s" % uid)
724-
identity = EXTRA[self.user]
724+
identity = EXTRA[uid]
725725

726726
# Comes in over SOAP so only need to construct the response
727727
args = IDP.response_args(_query, [BINDING_SOAP])

0 commit comments

Comments
 (0)