We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b2928d + fca7bf6 commit a7d3dffCopy full SHA for a7d3dff
src/satosa/backends/github.py
@@ -98,7 +98,7 @@ def _authn_response(self, context):
98
internal_response = InternalResponse(auth_info=auth_info)
99
internal_response.attributes = self.converter.to_internal(
100
self.external_type, user_info)
101
- internal_response.user_id = user_info[self.user_id_attr]
+ internal_response.user_id = str(user_info[self.user_id_attr])
102
del context.state[self.name]
103
return self.auth_callback_func(context, internal_response)
104
0 commit comments