ajout webhook dispatcher
This commit is contained in:
@ -75,6 +75,23 @@ hydra_dispatcher_sentry_dsn:
|
||||
hydra_dispatcher_sentry_environment:
|
||||
hydra_dispatcher_mounts: []
|
||||
hydra_dispatcher_disable_app_auto_select: true
|
||||
enable_hydra_dispatcher_webhook: no
|
||||
hydra_dispatcher_webhook_api_url:
|
||||
hydra_dispatcher_webhook_api_key: YouNeedToChangeMe
|
||||
hydra_dispatcher_webhook_rules:
|
||||
email:
|
||||
required: false
|
||||
pattern:
|
||||
family_name:
|
||||
required: false
|
||||
given_name:
|
||||
required: false
|
||||
birthdate:
|
||||
required: false
|
||||
birthplace:
|
||||
required: false
|
||||
birthcountry:
|
||||
required: false
|
||||
|
||||
# Hydra Passwordless configuration
|
||||
|
||||
@ -203,7 +220,7 @@ hydra_oidc_token_endpoint:
|
||||
hydra_oidc_userinfo_endpoint:
|
||||
hydra_oidc_logout_endpoint:
|
||||
hydra_oidc_post_logout_redirect_url:
|
||||
hydra_oidc_scope: openid email
|
||||
hydra_oidc_scope: openid email webhook
|
||||
hydra_oidc_client_id:
|
||||
hydra_oidc_client_secret:
|
||||
hydra_oidc_additionnal_env: {}
|
||||
|
Reference in New Issue
Block a user