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: Documentation/connectors/saml.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ __The connector doesn't support refresh tokens__ since the SAML 2.0 protocol doe
14
14
15
15
The connector doesn't support signed AuthnRequests or encrypted attributes.
16
16
17
+
## Group Filtering
18
+
19
+
The SAML Connector supports providing a whitelist of SAML Groups to filter access based on, and when the `groupsattr` is set with a scope including groups, Dex will check for membership based on configured groups in the `allowedGroups` config setting for the SAML connector.
20
+
17
21
## Configuration
18
22
19
23
```yaml
@@ -44,6 +48,10 @@ connectors:
44
48
emailAttr: email
45
49
groupsAttr: groups # optional
46
50
51
+
# List of groups to filter access based on membership
52
+
# allowedGroups
53
+
# - Admins
54
+
47
55
# CA's can also be provided inline as a base64'd blob.
0 commit comments