feat: use subject-id as default subject header
This commit is contained in:
parent
cd4c8ceabe
commit
e030ee6368
|
@ -94,8 +94,11 @@ hydra_saml_attributes_rewrite_rules:
|
||||||
email:
|
email:
|
||||||
- consent.session.id_token.email
|
- consent.session.id_token.email
|
||||||
|
|
||||||
|
# Entête HTTP utilisée pour identifier l'utilisateur connecté
|
||||||
|
hydra_saml_subject_header: subject-id
|
||||||
|
|
||||||
hydra_saml_subject_header: REMOTE_USER
|
# Liste des entêtes HTTP utilisées et transformées en attributs
|
||||||
|
# pour le jeton OIDC
|
||||||
hydra_saml_headers_attributes_mapping:
|
hydra_saml_headers_attributes_mapping:
|
||||||
- header: mail
|
- header: mail
|
||||||
attribute: email
|
attribute: email
|
||||||
|
|
Loading…
Reference in New Issue