Skip to content

Commit bb61471

Browse files
committed
Fix key for user_id_hash_type when presented as a dictionary
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent aeb5ea2 commit bb61471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/satosa/internal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def to_dict(self):
149149
data.update(
150150
{
151151
"user_id": self.subject_id,
152-
"user_id_hash_type": self.subject_type,
152+
"hash_type": self.subject_type,
153153
"name_id": self.subject_id,
154154
"approved_attributes": self.attributes,
155155
}

0 commit comments

Comments
 (0)