30 lines
867 B
YAML
30 lines
867 B
YAML
|
hydra:
|
||
|
apps:
|
||
|
- id: ldap
|
||
|
title:
|
||
|
fr: Connexion LDAP
|
||
|
en: Login LDAP
|
||
|
description:
|
||
|
fr: Authentification avec LDAP
|
||
|
en: Authentication with LDAP
|
||
|
login_url: "%env(string:HYDRA_DISPATCHER_LDAP_LOGIN_URL)%"
|
||
|
consent_url: "%env(string:HYDRA_DISPATCHER_LDAP_CONSENT_URL)%"
|
||
|
logout_url: "%env(string:HYDRA_DISPATCHER_LDAP_LOGOUT_URL)%"
|
||
|
attributes_rewrite_configuration:
|
||
|
uid:
|
||
|
rules:
|
||
|
- "property_exists(consent.session.id_token, 'uid') ? consent.session.id_token.uid : null"
|
||
|
email:
|
||
|
rules:
|
||
|
- "property_exists(consent.session.id_token, 'email') ? consent.session.id_token.email : null"
|
||
|
firewall:
|
||
|
rules:
|
||
|
email:
|
||
|
required: false
|
||
|
uid:
|
||
|
required: false
|
||
|
webhook:
|
||
|
enabled: false
|
||
|
webhook_post_login:
|
||
|
enabled: false
|