mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
9d7cfb8455
Update and adjust OIDC documentation. This also adds information for users about RP's that have been tested. Co-authored-by: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com> Co-authored-by: Clément Michaud <clement.michaud34@gmail.com> Co-authored-by: Amir Zarrinkafsh <nightah@me.com> Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
1.4 KiB
1.4 KiB
layout | title | parent | nav_order |
---|---|---|---|
default | Community-Tested OIDC Integrations | Community | 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 (>= 13.0.0)
- Grafana (8.0.5)
- MinIO (problems with the
state
option which is not supplied by MinIO, see minio/minio#11398)
Known Callback URLs
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 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 |