From a179881ba3763d0eeabdb8408baef2f1ab4b3a6b Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Wed, 6 Apr 2022 13:46:35 +0545 Subject: [PATCH] IDP documentation for the beta testplan --- docs/ocis/development/beta-testplan.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ocis/development/beta-testplan.md b/docs/ocis/development/beta-testplan.md index 8c11b23090..ca4967218f 100644 --- a/docs/ocis/development/beta-testplan.md +++ b/docs/ocis/development/beta-testplan.md @@ -17,7 +17,10 @@ Some cases have suggested setup steps, but feel free to use other setups. This c - different deployment methods (e.g. running single binary, docker-container, docker-compose setup, [individual services in own docker containers](https://owncloud.dev/ocis/deployment/ocis_individual_services/)) - different identity managers (e.g. [different external LDAP](https://owncloud.dev/ocis/deployment/ocis_ldap/), internal IDM) - different reverse proxies (e.g. [traefik](https://owncloud.dev/ocis/deployment/ocis_traefik/)) -- different IdPs **TODO documentation link** +- different OpenIDConnect IDPs (e.g builtin IDP, [keycloak](https://owncloud.dev/ocis/deployment/ocis_keycloak/), AzureAD) + - for some functionalities you will need an [LDAP server](https://owncloud.dev/ocis/deployment/ocis_ldap/) where the IDP and oCIS both get the users from + - [keycloak example](https://owncloud.dev/ocis/deployment/ocis_keycloak/) + - [service configuration](https://owncloud.dev/extensions/idp/configuration/) - different storage systems (decomposedFS on local POSIX (default), [decomposedFS on NFS](https://owncloud.dev/ocis/storage-backends/dcfsnfs/), [S3](https://owncloud.dev/ocis/deployment/ocis_s3/) ) It's a good idea to test ocis in the same environment where you are planning to use it later (with the LDAP server, storage system, etc. of your organisation).