33 lines
978 B
YAML
33 lines
978 B
YAML
|
hydra:
|
||
|
apps:
|
||
|
- id: hydra-sql
|
||
|
title:
|
||
|
fr: Hydra Sql
|
||
|
en: Hydra Sql En
|
||
|
description:
|
||
|
fr: Authentification via adresse courriel
|
||
|
en: Authentication by email address
|
||
|
icon_url: http://placehold.jp/84x123.png
|
||
|
login_url: http://localhost:8083/login
|
||
|
consent_url: http://localhost:8083/consent
|
||
|
options:
|
||
|
text_libre:
|
||
|
fr: "Connexion avec mot de passe"
|
||
|
en: "Login with password"
|
||
|
logout_url: http://localhost:8083/logout
|
||
|
attributes_rewrite_configuration:
|
||
|
mail:
|
||
|
replace: email
|
||
|
rules:
|
||
|
- "property_exists(consent.session.id_token, 'email') ? consent.session.id_token.email : null"
|
||
|
webhook:
|
||
|
enabled: false
|
||
|
api_url: http://hydra-dispatcher/test
|
||
|
api_key: ~
|
||
|
api_method: POST
|
||
|
webhook_post_login:
|
||
|
enabled: false
|
||
|
api_url: http://hydra-dispatcher/test
|
||
|
api_key: ~
|
||
|
api_method: POST
|
||
|
connected_user_redirect_url: '/'
|