From ea9e2e479dd05a1ee103c0a67ad23d2d4475f582 Mon Sep 17 00:00:00 2001 From: mmattel Date: Thu, 27 Apr 2023 16:32:40 +0200 Subject: [PATCH] [docs-only] Fix idp readme.md --- services/idp/README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/services/idp/README.md b/services/idp/README.md index cbef2c0fbf..68777c483e 100644 --- a/services/idp/README.md +++ b/services/idp/README.md @@ -1,14 +1,9 @@ # IDP -This service provides a builtin minimal OpenID Connect provider based on -[LibreGraph Connect (lico)](https://github.com/libregraph/lico) for oCIS. +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 and 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). +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). -Note that translations provided by the IDP service are not maintained via ownCloud but part of the embedded vendor package: LibreGraph Connect Identifier. +Note that translations provided by the IDP service are not maintained via ownCloud but part of the embedded [LibreGraph Connect Identifier](https://github.com/libregraph/lico/tree/master/identifier) package.