You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/infrahub/config.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -758,6 +758,10 @@ class SecuritySettings(BaseSettings):
758
758
default=False,
759
759
description="When enabled, automatically create account groups for SSO users based on groups provided by identity provider",
760
760
)
761
+
sso_generate_groups_filter: str|None=Field(
762
+
default=None,
763
+
description="When sso_generate_groups is enabled, this filter is used to extract the group name from the group identifier provided by the identity provider",
0 commit comments