Skip to content

Commit 2c5f3e9

Browse files
committed
typo
1 parent 00ff9c7 commit 2c5f3e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)