From 5dd0cfb8c7e8ba9f3c4a65f11008a233213371b2 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:08:48 -0800 Subject: [PATCH] docs: add Bookstack to list of community-tested OIDC integrations (#2849) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Michaud --- docs/community/oidc-integrations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/community/oidc-integrations.md b/docs/community/oidc-integrations.md index 82a7ed4f3..659b489eb 100644 --- a/docs/community/oidc-integrations.md +++ b/docs/community/oidc-integrations.md @@ -21,6 +21,7 @@ nav_order: 4 | Nextcloud | `22.1.0` | Tested using the `nextcloud-oidc-login` app - [Link](https://github.com/pulsejet/nextcloud-oidc-login)| | Wekan | `5.41` | | | Portainer CE | `2.6.1` | Settings to use username as ID: set `Scopes` to `openid` and `User Identifier` to `sub` | +| Bookstack | `21.10` | | [MinIO policies]: https://docs.min.io/minio/baremetal/security/minio-identity-management/policy-based-access-control.html#minio-policy @@ -38,4 +39,5 @@ If you do not find the application in the list below, you will need to search fo | MinIO | `RELEASE.2021-07-12T02-44-53Z` | `/oauth_callback` | | | Nextcloud | `22.1.0` + `nextcloud-oidc-login` app | `/apps/oidc_login/oidc` | | | Wekan | `5.41` | `/_oauth_oidc` | | -| Portainer CE | `2.6.1` | `` | | \ No newline at end of file +| Portainer CE | `2.6.1` | `` | | +| Bookstack | `21.10` | `/oidc/callback` | |