mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-23 10:45:25 -05:00
13 lines
595 B
Markdown
13 lines
595 B
Markdown
# IDP Service
|
|
|
|
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.
|
|
|
|
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).
|