Skip to content

Commit 3d818d6

Browse files
committed
oidc: Remove groups attribute
It leads to crash with Django. This reverts a tiny portion of #669. Fixes #690
1 parent 20abe2a commit 3d818d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

social_core/backends/open_id_connect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,4 @@ def get_user_details(self, response):
248248
'fullname': response.get('name'),
249249
'first_name': response.get('given_name'),
250250
'last_name': response.get('family_name'),
251-
'groups': response.get('groups'), # not standardized but widely implemented
252251
}

0 commit comments

Comments
 (0)