Files
opencloud/services/idp
Martin a5e99d39b1 Update IDM config.go
Fixes: 5906

After clarification and renaming th envvar and post a discussion with @rhafer, we should align the yaml name to the envvar name. Note that the backend name (`Insecure`) is not changed.
* In the deployment examples, we use ennvars and no yaml
* ocis init does not use it
2023-04-06 11:58:09 +02:00
..
2022-06-27 14:05:36 +02:00
2023-04-06 11:58:09 +02:00
2022-09-15 13:39:26 +02:00
2022-06-27 14:05:36 +02:00
2022-06-27 14:05:36 +02:00
2022-10-25 11:12:51 +02:00
2023-02-22 11:13:25 +01:00
2022-07-04 14:38:59 +02:00

IDP Service

This service provides a builtin minimal OpenID Connect provider based on LibreGraph Connect (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.