Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/integrations/services/minio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To support the integration of MinIO with authentik, you need to create an applic
}
```

If you wish to create a more franular mapping based on the user's groups in authentik, you can use an expression similar to:
If you wish to create a more granular mapping based on the user's groups in authentik, you can use an expression similar to:

```python
if ak_is_group_member(request.user, name="Minio admins"):
Expand Down
Loading