From d30d042ec15070776948f794c87d2a1f94925094 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 22 Feb 2023 10:51:55 +0100 Subject: [PATCH] Update services/idp/README.md --- 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 6edb1e5259..d1242e1240 100644 --- a/services/idp/README.md +++ b/services/idp/README.md @@ -6,7 +6,7 @@ This service provides a builtin minimal OpenID Connect provider based on It is mainly targeted at smaller installations. For larger setups it is recommended to replace IDP with and external OpenID Connect Provider. -By default it is configured to use the ocis service IDM as its LDAP backend for +By default, it is configured to use the ocis IDM service as its LDAP backend for looking up and authenticating users. Other backends (e.g. an external LDAP server) can be configure via a set of [enviroment variables](https://owncloud.dev/services/idp/configuration/#environment-variables).