Skip to content

Commit 252f404

Browse files
committed
update
1 parent 2c5f3e9 commit 252f404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dojo/pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ def update_oidc_groups(backend, uid, user=None, social=None, *args, **kwargs):
113113
group_names = response.get("groups", [])
114114

115115
if not group_names:
116-
logger.warning("No 'groups' claim found in Dex OIDC response. Skipping group assignment.")
116+
logger.warning("No 'groups' claim found in OIDC response. Skipping group assignment.")
117117
return
118-
logger.debug(f"Dex OIDC groups received: {group_names}")
118+
logger.debug(f"OIDC groups received: {group_names}")
119119
filtered_group_names = []
120120
group_filter = getattr(settings, "OIDC_GROUPS_FILTER", None)
121121
for group_name in group_names:

0 commit comments

Comments
 (0)