Skip to content
Snippets Groups Projects
Unverified Commit 07328ea7 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Update settings documentation

parent 5ded2320
No related branches found
No related tags found
No related merge requests found
Pipeline #64249 passed
...@@ -32,10 +32,17 @@ For this create `config/packages/dbp_relay_base_person_connector_ldap.yaml` in t ...@@ -32,10 +32,17 @@ For this create `config/packages/dbp_relay_base_person_connector_ldap.yaml` in t
content: content:
```yaml ```yaml
dbp_relay_base_person_connector_ldap: ldap:
co_oauth2_ucardapi_api_url: host: '%env(LDAP_PERSON_PROVIDER_LDAP_HOST)%'
co_oauth2_ucardapi_client_id: base_dn: '%env(LDAP_PERSON_PROVIDER_LDAP_BASE_DN)%'
co_oauth2_ucardapi_client_secret: username: '%env(LDAP_PERSON_PROVIDER_LDAP_USERNAME)%'
password: '%env(LDAP_PERSON_PROVIDER_LDAP_PASSWORD)%'
attributes:
identifier: '%env(LDAP_PERSON_PROVIDER_LDAP_ATTRIBUTE_IDENTIFIER)%'
given_name: '%env(LDAP_PERSON_PROVIDER_LDAP_ATTRIBUTE_GIVEN_NAME)%'
family_name: '%env(LDAP_PERSON_PROVIDER_LDAP_ATTRIBUTE_FAMILY_NAME)%'
email: '%env(LDAP_PERSON_PROVIDER_LDAP_ATTRIBUTE_EMAIL)%'
birthday: '%env(LDAP_PERSON_PROVIDER_LDAP_ATTRIBUTE_BIRTHDAY)%'
``` ```
The value gets read in `DbpRelayBasePersonConnectorLdapExtension` and passed when creating the The value gets read in `DbpRelayBasePersonConnectorLdapExtension` and passed when creating the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment