diff --git a/docs/community/oidc-integrations.md b/docs/community/oidc-integrations.md index 416b3aca..8ac3adde 100644 --- a/docs/community/oidc-integrations.md +++ b/docs/community/oidc-integrations.md @@ -12,10 +12,10 @@ nav_order: 4 ## Currently Tested Applications - GitLab (>= 13.0.0) -- Grafana (8.0.5) -- MinIO (problems with the `state` option which is not supplied by MinIO, see [minio/minio#11398]) +- Grafana (>= 8.0.5) +- MinIO (missing JWT claims / policies, see [minio/minio#12722]) -[minio/minio#11398]: https://github.com/minio/minio/issues/11398 +[minio/minio#12722]: https://github.com/minio/minio/issues/12722 ## Known Callback URLs @@ -23,7 +23,8 @@ If you do not find the application in the list below, you will need to search fo `` needs to be substituted with the full URL on which the application runs on. If GitLab, as an example, was reachable under `https://gitlab.example.com`, `` would be exactly the same. -| Application | Version | Callback URL | -| :---------: | :------------------: | :------------------------------------------------------: | -| GitLab | `14.0.1` | `/users/auth/openid_connect/callback` | -| MinIO | `RELEASE.2021-06-17` | `/minio/login/openid` | +| Application | Version | Callback URL | +| :---------: | :----------------------------: | :------------------------------------------------------: | +| 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` |