feat: allow custom hydra clients generation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user