feat: allow custom hydra clients generation

This commit is contained in:
2022-07-21 11:21:56 +02:00
parent e3f5cf3f12
commit 20f5ef8faa
5 changed files with 39 additions and 23 deletions

View File

@ -17,6 +17,13 @@ hydra_database_port: 3306
public_scheme: http
public_host: "{{ ansible_default_ipv4.address | default(ansible_all_ipv4_addresses[0]) }}"
# Hydra clients
hydra_clients:
- client_id: default-client
client_name: Default client
redirect_uris: ["{{ public_scheme }}://{{ public_host }}"]
# Hydra Passwordless configuration
enable_hydra_passwordless: yes