From 33e712f0ff7f9677471f1cdf362b1e9cba8f26ad Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 27 Apr 2023 16:40:08 +0200 Subject: [PATCH] Update services/idp/README.md Co-authored-by: Benedikt Kulmann --- services/idp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/idp/README.md b/services/idp/README.md index 68777c483e..13aa4316a4 100644 --- a/services/idp/README.md +++ b/services/idp/README.md @@ -2,7 +2,7 @@ This service provides a builtin minimal OpenID Connect provider based on [LibreGraph Connect (lico)](https://github.com/libregraph/lico) for ocis. -It is mainly targeted at smaller installations. For larger setups it is recommended to replace IDP with and external OpenID Connect Provider. +It is mainly targeted at smaller installations. For larger setups it is recommended to replace IDP with an external OpenID Connect Provider. By default, it is configured to use the ocis IDM service as its LDAP backend for looking up and authenticating users. Other backends like an external LDAP server can be configured via a set of [enviroment variables](https://owncloud.dev/services/idp/configuration/#environment-variables).