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.
1 parent 20abe2a commit 3d818d6Copy full SHA for 3d818d6
social_core/backends/open_id_connect.py
@@ -248,5 +248,4 @@ def get_user_details(self, response):
248
'fullname': response.get('name'),
249
'first_name': response.get('given_name'),
250
'last_name': response.get('family_name'),
251
- 'groups': response.get('groups'), # not standardized but widely implemented
252
}
0 commit comments