implémentaiton hydra-dispatcher
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
This commit is contained in:
33
misc/compose/dispatcher/example.yml
Normal file
33
misc/compose/dispatcher/example.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
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: '/'
|
Reference in New Issue
Block a user