mirror of
https://github.com/goauthentik/authentik
synced 2026-05-05 06:32:15 +02:00
website/integrations: ak_groups -> groups (#20579)
This commit is contained in:
@@ -64,7 +64,7 @@ You first need to create property mappings to provide the specific SAML attribut
|
||||
- **SAML Attribute Name**: `groups`
|
||||
- **Expression**:
|
||||
```python
|
||||
for group in request.user.ak_groups.all():
|
||||
for group in request.user.groups.all():
|
||||
yield group.name
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user