Update OIDC MinIO community content (#2188)

* update OIDC MinIO community content
pull/2191/head
Georg Lauterbach 2021-07-17 00:50:05 +02:00 committed by GitHub
parent ddeb46b262
commit bf2b413172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -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
`<DOMAIN>` 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`, `<DOMAIN>` would be exactly the same.
| Application | Version | Callback URL |
| :---------: | :------------------: | :------------------------------------------------------: |
| GitLab | `14.0.1` | `<DOMAIN>/users/auth/openid_connect/callback` |
| MinIO | `RELEASE.2021-06-17` | `<DOMAIN>/minio/login/openid` |
| Application | Version | Callback URL |
| :---------: | :----------------------------: | :------------------------------------------------------: |
| 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` |