parent
ddeb46b262
commit
bf2b413172
|
@ -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` |
|
||||
|
|
Loading…
Reference in New Issue