-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updateddocs according to @clems4ever's suggestions
- Loading branch information
1 parent
4a70cde
commit fffca37
Showing
3 changed files
with
64 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
layout: default | ||
title: Community-Tested OIDC Integrations | ||
parent: Community | ||
nav_order: 4 | ||
--- | ||
|
||
# OIDC Integratins | ||
|
||
**Note** This is community-based content for which the core-maintainers cannot guarantee correctness. The parameters may change over time. If a parameter does not work as documented, please submit a PR to update the list. | ||
|
||
## Currently Tested Applications | ||
|
||
- GitLab (userinfo endpoint missing in an early implementation; now in peer review) | ||
- MinIO (problems with the `state` option which is not supplied by MinIO, see [minio/minio#11398]) | ||
|
||
[minio/minio#11398]: https://github.com/minio/minio/issues/11398 | ||
|
||
## Compatibility | ||
|
||
If you do not find the application in the list below, you will need to search for yourself - and maybe come back to open a PR to add your application to this list so others won't have to search for them. | ||
|
||
`<DOMAIN>` needs to be substituted with the protocol specifier (`https://`), domain and subdomain 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` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters