docs(oidc): add guidance to community docs for minio (#2191)

pull/2190/head^2
Georg Lauterbach 2021-07-20 00:23:55 +02:00 committed by GitHub
parent bf2b413172
commit 51dcf7c02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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` | `<DOMAIN>/users/auth/openid_connect/callback` |
| MinIO | `RELEASE.2021-07-12T02-44-53Z` | `<DOMAIN>/oauth_callback` |
| MinIO | `RELEASE.2021-06-17` | `<DOMAIN>/minio/login/openid` |