From 096946bcb70b102ef2f0a1224ee1e1970d83aea8 Mon Sep 17 00:00:00 2001 From: Karlos Date: Sun, 13 Feb 2022 10:05:38 +0100 Subject: [PATCH] docs: add OIDC integration details about Harbor and Verdaccio (#2867) Added Harbor (docker/helm open source registry) and verdaccio (open source NPM proxy registry) --- docs/community/oidc-integrations.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/community/oidc-integrations.md b/docs/community/oidc-integrations.md index 9e199f97..b4dc1495 100644 --- a/docs/community/oidc-integrations.md +++ b/docs/community/oidc-integrations.md @@ -24,7 +24,9 @@ has_toc: false | Wekan | `5.41` | | | Portainer CE | `2.6.1` | Settings to use username as ID: set `Scopes` to `openid` and `User Identifier` to `preferred_username` | | Bookstack | `21.10` | | - +| Harbor | `1.10` | It works on >v2.1 also, but not sure if there is OIDC support on v2.0| +| Verdaccio | `5` | Depends on this fork of verdaccio-github-oauth-ui: [Link](https://github.com/OnekO/verdaccio-github-oauth-ui) +| [MinIO policies]: https://docs.min.io/minio/baremetal/security/minio-identity-management/policy-based-access-control.html#minio-policy ## Known Callback URLs @@ -42,4 +44,6 @@ If you do not find the application in the list below, you will need to search fo | Nextcloud | `22.1.0` + `nextcloud-oidc-login` app | `/apps/oidc_login/oidc` | | | Wekan | `5.41` | `/_oauth_oidc` | | | Portainer CE | `2.6.1` | `` | | -| Bookstack | `21.10` | `/oidc/callback` | | \ No newline at end of file +| Bookstack | `21.10` | `/oidc/callback` | | +| Harbor | `1.10` | `/-/oauth/callback` | | +| Verdaccio | `5` | `/oidc/callback` | |