From 51dcf7c02be59263c7ec16773dff217724a54372 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Tue, 20 Jul 2021 00:23:55 +0200 Subject: [PATCH] docs(oidc): add guidance to community docs for minio (#2191) --- docs/community/oidc-integrations.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/community/oidc-integrations.md b/docs/community/oidc-integrations.md index 8ac3adde..32efaa42 100644 --- a/docs/community/oidc-integrations.md +++ b/docs/community/oidc-integrations.md @@ -11,11 +11,13 @@ nav_order: 4 ## Currently Tested Applications -- GitLab (>= 13.0.0) -- Grafana (>= 8.0.5) -- MinIO (missing JWT claims / policies, see [minio/minio#12722]) +| Application | Minimal Version | Notes | +| :---------: | :----------------------------: | :-----: | +| GitLab | `13.0.0` | | +| Grafana | `8.0.5` | | +| MinIO | `RELEASE.2021-07-12T02-44-53Z` | must set `MINIO_IDENTITY_OPENID_CLAIM_NAME: groups` in MinIO and set [MinIO policies] as groups in Authelia | -[minio/minio#12722]: https://github.com/minio/minio/issues/12722 +[MinIO policies]: https://docs.min.io/minio/baremetal/security/minio-identity-management/policy-based-access-control.html#minio-policy ## Known Callback URLs @@ -27,4 +29,3 @@ If you do not find the application in the list below, you will need to search fo | :---------: | :----------------------------: | :------------------------------------------------------: | | GitLab | `14.0.1` | `/users/auth/openid_connect/callback` | | MinIO | `RELEASE.2021-07-12T02-44-53Z` | `/oauth_callback` | -| MinIO | `RELEASE.2021-06-17` | `/minio/login/openid` |