Skip to content

Commit 8b1c5c7

Browse files
committed
typo
1 parent 4bfcf71 commit 8b1c5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def update_azure_groups(backend, uid, user=None, social=None, *args, **kwargs):
108108

109109

110110
def update_oidc_groups(backend, uid, user=None, social=None, *args, **kwargs):
111-
if settings.OIDC_AUTH_ENABLED and settings.DD_SOCIAL_AUTH_OIDC_GET_GROUPS and isinstance(backend, OpenIdConnectAuth):
111+
if settings.OIDC_AUTH_ENABLED and settings.OIDC_GET_GROUPS and isinstance(backend, OpenIdConnectAuth):
112112
response = kwargs.get("response", {})
113113
group_names = response.get("groups", [])
114114

0 commit comments

Comments
 (0)